Class Input

java.lang.Object
org.apache.commons.io.input.Input

class Input extends Object
Package-wide internals for input.
  • Constructor Details

    • Input

      Input()
  • Method Details

    • checkOpen

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