Package org.apache.commons.io.input.buffer
package org.apache.commons.io.input.buffer
This package provides implementations of buffered input classes, such as
CircularBufferInputStream
and PeekableInputStream
.
-
ClassesClassDescriptionImplementation 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.Implementation of a buffered input stream, which allows to peek into the buffers first bytes.