| Package | Description |
|---|---|
| org.apache.commons.io.input.buffer |
This package provides implementations of buffered input classes, such as
CircularBufferInputStream and PeekableInputStream. |
| Class and Description |
|---|
| CircularBufferInputStream
Implements a buffered input stream, which is internally based on a
CircularByteBuffer. |
| CircularByteBuffer
A buffer, which doesn't need reallocation of byte arrays, because it
reuses a single byte array.
|
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.