| Interface | Description |
|---|---|
| SeekableInput |
| Class | Description |
|---|---|
| BitStream |
The class
BitStream is designed to convert an input stream of
bytes into bits. |
| BufferedMarkedInputStream |
BufferedMarkedInputStream extends BufferedInputStream and keeps count for the
total number bytes read between buffer fills.
|
| ByteDoubleArrayInputStream |
This InputStream implementation allows an array of byte[]'s to be
read.
|
| ConservativeSizingByteArrayOutputStream | |
| CountingOutputStream |
Keeps track of how many bytes have been written out
|
| RandomAccessFileInputStream | |
| SeekableByteArrayInputStream | |
| SeekableInputConstrainedWrapper | |
| SequenceInputStream | |
| SizeInputStream |
SizeInputStream wraps inputs streams of know lengths so that the available
call can return a useful number.
|
| ZeroPaddedInputStream |
When decoding CCITTFaxDecode images via JAI, we sometimes have
to zero pad the input data, otherwise JAI will fail instead
of it gracefully assuming zero data itself.
|