Uses of Interface
com.twelvemonkeys.io.Seekable
-
Packages that use Seekable Package Description com.twelvemonkeys.io -
-
Uses of Seekable in com.twelvemonkeys.io
Classes in com.twelvemonkeys.io that implement Seekable Modifier and Type Class Description class
FileCacheSeekableStream
ASeekableInputStream
implementation that caches data in a temporaryFile
.class
FileSeekableStream
ASeekableInputStream
implementation that uses random access directly to aFile
.class
MemoryCacheSeekableStream
ASeekableInputStream
implementation that caches data in memory.class
RandomAccessStream
A data stream that is both readable and writable, much like aRandomAccessFile
, except it may be backed by something other than a file.class
SeekableInputStream
Abstract base class forInputStream
s implementing theSeekable
interface.class
SeekableOutputStream
Abstract base class forOutputStream
s implementing theSeekable
interface.
-