class Input extends Object
| Constructor and Description |
|---|
Input() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
checkOpen(boolean isOpen)
Throws an IOException on false input.
|
static void checkOpen(boolean isOpen)
throws IOException
isOpen - whether an input is open or not.IOException - if isOpen is false indicating an input is closed.