Uses of Package
org.apache.commons.io.input.buffer
Package
Description
Provides implementations of buffered input classes, such as
CircularBufferInputStream
and
PeekableInputStream
.-
ClassDescriptionImplements a buffered input stream, which is internally based on a
CircularByteBuffer
.A buffer, which doesn't need reallocation of byte arrays, because it reuses a single byte array.