See: Description
Class | Description |
---|---|
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 extends InputStream> |
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. |
StatsInputStream |
An InputStream wrapper that gather statistics about the
InputStream passed in the constructor. |
TeeInputStreamOutputStream |
Copies the data from the underlying
InputStream to the
OutputStream(s) passed in the constructor. |
Provides classes that extends java.io.InputStream.
Copyright © 2008–2016. All rights reserved.