(package private) class |
AbstractCachedSeekableStream |
Represents a cached seekable stream, that reads through a cache.
|
class |
FileCacheSeekableStream |
A SeekableInputStream implementation that caches data in a temporary File .
|
class |
FileSeekableStream |
A SeekableInputStream implementation that uses random access directly to a File .
|
class |
MemoryCacheSeekableStream |
A SeekableInputStream implementation that caches data in memory.
|
class |
RandomAccessStream |
A data stream that is both readable and writable, much like a
RandomAccessFile , except it may be backed by something other than a file.
|
(package private) static class |
RandomAccessStream.InputStreamView |
|
(package private) static class |
RandomAccessStream.OutputStreamView |
|
class |
SeekableInputStream |
Abstract base class for InputStream s implementing the Seekable interface.
|
class |
SeekableOutputStream |
Abstract base class for OutputStream s implementing the
Seekable interface.
|