| Package | Description |
|---|---|
| org.apache.commons.io.input |
This package provides implementations of input classes, such as
InputStream and Reader. |
| Modifier and Type | Class and Description |
|---|---|
class |
CountingInputStream
A decorating input stream that counts the number of bytes that have passed
through the stream so far.
|
class |
SwappedDataInputStream
DataInput for systems relying on little endian data formats.
|