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 asInputStreamandReader. -
-
Uses of AbstractInputStream in org.apache.commons.io.input
Subclasses of AbstractInputStream in org.apache.commons.io.input Modifier and Type Class Description classCircularInputStreamAnInputStreamthat repeats provided bytes for given target byte count.classInfiniteCircularInputStreamAnInputStreamthat infinitely repeats the provided bytes.classMemoryMappedFileInputStreamAnInputStreamthat utilizes memory mapped files to improve performance.classNullInputStreamA lightweightInputStreamthat emulates a stream of a specified size.classRandomAccessFileInputStreamStreams data from aRandomAccessFilestarting at its current position.classReaderInputStreamInputStreamimplementation that reads a character stream from aReaderand transforms it to a byte stream using a specified charset encoding.
-