|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
| FileBufferedInputStream | Deprecated. |
| 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. |
| SizeLimitInputStream | An input stream wrapper that will read only a definite number of bytes from the underlying stream. |
| SizeReaderInputStream |
Counts the bytes of the InputStream passed in the constructor. |
| TeeInputStreamOutputStream |
Copies the data from the underlying InputStream to the
OutputStream passed in the constructor. |
Provides classes that extends java.io.InputStream.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||