Package org.apache.commons.io.input

Implementations of input classes, such as InputStream and Reader.

See:
          Description

Class Summary
CountingInputStream Used in debugging, it counts the number of bytes that pass through it.
DemuxInputStream Data written to this stream is forwarded to a stream that has been associated with this thread.
ProxyInputStream A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are being called.
ProxyReader A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are being called.
SwappedDataInputStream DataInput for systems relying on little endian data formats.
 

Package org.apache.commons.io.input Description

Implementations of input classes, such as InputStream and Reader.



Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.