Uses of Class
org.apache.commons.io.input.buffer.CircularBufferInputStream
Package
Description
Provides implementations of buffered input classes, such as
CircularBufferInputStream
and
PeekableInputStream
.-
Uses of CircularBufferInputStream in org.apache.commons.io.input.buffer
Modifier and TypeClassDescriptionclass
Implements a buffered input stream, which allows to peek into the buffers first bytes.