Package org.apache.commons.io.input.buffer
Provides implementations of buffered input classes, such as
 
CircularBufferInputStream and
 PeekableInputStream.- 
Class Summary Class Description CircularBufferInputStream Implements a buffered input stream, which is internally based on aCircularByteBuffer.CircularByteBuffer A buffer, which doesn't need reallocation of byte arrays, because it reuses a single byte array.PeekableInputStream Implements a buffered input stream, which allows to peek into the buffers first bytes.