Class Input


  • class Input
    extends java.lang.Object
    Package-wide internals for input.
    • Constructor Summary

      Constructors 
      Constructor Description
      Input()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static void checkOpen​(boolean isOpen)
      Throws an IOException on false input.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Input

        Input()
    • Method Detail

      • checkOpen

        static void checkOpen​(boolean isOpen)
                       throws java.io.IOException
        Throws an IOException on false input.
        Parameters:
        isOpen - whether an input is open or not.
        Throws:
        java.io.IOException - if isOpen is false indicating an input is closed.