Package org.apache.commons.io.input
Class Input
java.lang.Object
org.apache.commons.io.input.Input
Package-wide internals for input.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static voidcheckOpen(boolean isOpen) Throws an IOException on false input.
-
Constructor Details
-
Input
Input()
-
-
Method Details
-
checkOpen
Throws an IOException on false input.- Parameters:
isOpen- whether an input is open or not.- Throws:
IOException- ifisOpenis false indicating an input is closed.
-