Package | Description |
---|---|
com.twelvemonkeys.io |
Modifier and Type | Class | Description |
---|---|---|
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. |
class |
SeekableInputStream |
Abstract base class for
InputStream s implementing the Seekable interface. |
class |
SeekableOutputStream |
Abstract base class for
OutputStream s implementing the
Seekable interface. |
Copyright © 2018. All rights reserved.