| Interface | Description |
|---|---|
| ReadStrategy | |
| WriteStrategy |
| Class | Description |
|---|---|
| EndianAwareInputStream |
Endian-aware InputStream backed up by ReadStrategy
|
| EndianAwareOutputStream |
Endian-aware OutputStream backed up by WriteStrategy
|
| File2RandomInputStreamAdaptor | |
| FileCacheRandomAccessInputStream |
Implements a file cached random access input stream to ease the
decoding of some types of images such as TIFF which may need random
access to the underlying stream.
|
| FileCacheRandomAccessOutputStream | |
| FileCacheSeekableStream |
A subclass of
SeekableStream that may be used to wrap
a regular InputStream. |
| ForwardSeekableStream |
A subclass of
SeekableStream that may be used
to wrap a regular InputStream efficiently. |
| IOUtils |
General purpose IO helper class
|
| MemoryCacheRandomAccessInputStream |
Implements a memory cached random access input stream to ease the
decoding of some types of images such as TIFF which may need random
access to the underlying stream.
|
| MemoryCacheRandomAccessOutputStream | |
| MemoryCacheSeekableStream |
A subclass of
SeekableStream that may be used to wrap
a regular InputStream. |
| PeekHeadInputStream |
Lightweight stream wrapper which allows to peek a
fixed length of bytes from the current stream head
|
| PropertyUtil | |
| RandomAccessInputStream |
Implements a random access input stream
|
| RandomAccessOutputStream |
Based on javax.imageio.stream.MemoryCache.java.
|
| RandomInputStreamAdaptor<E> | |
| ReadStrategyII |
Read strategy for Intel byte order LITTLE-ENDIAN stream.
|
| ReadStrategyMM |
Read strategy for Motorola byte order BIG-ENDIAN stream.
|
| SeekableStream |
An abstract subclass of
java.io.InputStream that allows seeking
within the input, similar to the RandomAccessFile class. |
| Stream2RandomInputStreamAdaptor | |
| WriteStrategyII | |
| WriteStrategyMM |
| Enum | Description |
|---|---|
| ByteOrder |