Uses of Class
org.apache.commons.io.input.AbstractInputStream
-
Packages that use AbstractInputStream Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStream
andReader
. -
-
Uses of AbstractInputStream in org.apache.commons.io.input
Subclasses of AbstractInputStream in org.apache.commons.io.input Modifier and Type Class Description class
CircularInputStream
AnInputStream
that repeats provided bytes for given target byte count.class
InfiniteCircularInputStream
AnInputStream
that infinitely repeats the provided bytes.class
MemoryMappedFileInputStream
AnInputStream
that utilizes memory mapped files to improve performance.class
NullInputStream
A light weightInputStream
that emulates a stream of a specified size.class
RandomAccessFileInputStream
Streams data from aRandomAccessFile
starting at its current position.class
ReaderInputStream
InputStream
implementation that reads a character stream from aReader
and transforms it to a byte stream using a specified charset encoding.
-