|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyInputStream | |
---|---|
org.apache.commons.io.input |
This package provides implementations of input classes, such as
InputStream and Reader . |
Uses of ProxyInputStream in org.apache.commons.io.input |
---|
Subclasses of ProxyInputStream in org.apache.commons.io.input | |
---|---|
class |
AutoCloseInputStream
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 |
CloseShieldInputStream
Proxy stream that prevents the underlying input stream from being closed. |
class |
CountingInputStream
A decorating input stream that counts the number of bytes that have passed through the stream so far. |
class |
SwappedDataInputStream
DataInput for systems relying on little endian data formats. |
class |
TeeInputStream
InputStream proxy that transparently writes a copy of all bytes read from the proxied stream to a given OutputStream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |