| Package | Description |
|---|---|
| org.apache.commons.io.input |
Provides implementations of input classes, such as
InputStream and Reader. |
| Modifier and Type | Field and Description |
|---|---|
static NullInputStream |
NullInputStream.INSTANCE
Deprecated.
Not reusable without calling
init() to reset state. |
| Modifier and Type | Method and Description |
|---|---|
NullInputStream |
NullInputStream.init()
Initializes or re-initializes this instance for reuse.
|