Package com.gc.iotools.stream.is

Provides classes that extends java.io.InputStream.

See:
          Description

Class Summary
ChunkInputStream This class is useful when you have an InputStream and you want to filter some parts of it basing on its content without reading it into memory.
CloseOnceInputStream<T> A CloseOnceInputStream contains some other input stream, which it uses as its basic source of data.
InputStreamFromOutputStream<T> This class allow to read the data written to an OutputStream from an InputStream.
RandomAccessInputStream A RandomAccessInputStream adds functionality to another input stream-namely, the ability to buffer the input, allowing it to be read multiple times, and to support the mark and reset methods.
ReadAheadInputStream This class tries to read the InputStream passed as a parameter in a memory buffer, thus improving the reading performances.
SizeLimitInputStream An input stream wrapper that will read only a definite number of bytes from the underlying stream.
SizeReaderInputStream Deprecated.  
StatsInputStream Deprecated.  
TeeInputStreamOutputStream Copies the data from the underlying InputStream to the OutputStream(s) passed in the constructor.
 

Package com.gc.iotools.stream.is Description

Provides classes that extends java.io.InputStream.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides and documentation, please see: io-tools project at googlecode.



Copyright © 2008-2009. All Rights Reserved.