Uses of Class
org.apache.commons.io.input.buffer.CircularBufferInputStream
Packages that use CircularBufferInputStream
Package
Description
Provides implementations of buffered input classes, such as
 
CircularBufferInputStream and
 PeekableInputStream.- 
Uses of CircularBufferInputStream in org.apache.commons.io.input.bufferSubclasses of CircularBufferInputStream in org.apache.commons.io.input.bufferModifier and TypeClassDescriptionclassImplements a buffered input stream, which allows to peek into the buffers first bytes.