Uses of Class
org.apache.commons.io.input.AbstractInputStream
-
Uses of AbstractInputStream in org.apache.commons.io.input
Modifier and TypeClassDescriptionclass
AnInputStream
that repeats provided bytes for given target byte count.class
AnInputStream
that infinitely repeats the provided bytes.final class
AnInputStream
that utilizes memory mapped files to improve performance.class
A light weightInputStream
that emulates a stream of a specified size.class
Streams data from aRandomAccessFile
starting at its current position.class
InputStream
implementation that reads a character stream from aReader
and transforms it to a byte stream using a specified charset encoding.