Class Summary |
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. |
ImageDecoderImpl |
A partial implementation of the ImageDecoder interface
useful for subclassing. |
MemoryCacheSeekableStream |
A subclass of SeekableStream that may be used to wrap
a regular InputStream . |
PropertyUtil |
|
SeekableStream |
An abstract subclass of java.io.InputStream that allows seeking
within the input, similar to the RandomAccessFile class. |