Uses of Package
org.apache.commons.io.input.buffer
Packages that use org.apache.commons.io.input.buffer
Package
Description
This package provides implementations of buffered input classes, such as
CircularBufferInputStream
and PeekableInputStream
.-
Classes in org.apache.commons.io.input.buffer used by org.apache.commons.io.input.bufferClassDescriptionImplementation of a buffered input stream, which is internally based on the
CircularByteBuffer
.A buffer, which doesn't need reallocation of byte arrays, because it reuses a single byte array.