Package | Description |
---|---|
org.apache.commons.io.input.buffer |
Provides implementations of buffered input classes, such as
CircularBufferInputStream and
PeekableInputStream . |
Modifier and Type | Class and Description |
---|---|
class |
PeekableInputStream
Implements a buffered input stream, which allows to peek into the buffers first bytes.
|