Uses of Class
org.apache.commons.io.input.ProxyInputStream
-
Uses of ProxyInputStream in org.apache.commons.io.input
Modifier and TypeClassDescriptionclass
Proxy stream that closes and discards the underlying stream as soon as the end of input has been reached or when the stream is explicitly closed.class
This class is used to wrap a stream that includes an encodedByteOrderMark
as its first bytes.class
Reads bytes up to a maximum count and stops once reached.final class
Automatically verifies aChecksum
value once the stream is exhausted or the count threshold is reached.class
Proxy stream that prevents the underlying input stream from being closed.class
Deprecated.class
This is an alternative toByteArrayInputStream
which removes the synchronization overhead for non-concurrent access; as such this class is not thread-safe.class
Deprecated.final class
This class is an example for using anObservableInputStream
.class
TheObservableInputStream
allows, that an InputStream may be consumed by other receivers, apart from the thread, which is reading it.class
DataInput for systems relying on little-endian data formats.class
An input stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified.class
InputStream proxy that transparently writes a copy of all bytes read from the proxied stream to a given OutputStream.final class
Provides bandwidth throttling on a specified InputStream.
BoundedInputStream
(unbounded by default).