Uses of Interface
com.twelvemonkeys.io.Seekable
Packages that use Seekable
Package
Description
Contains classes for reading the contents of the
Microsoft OLE 2 compound document format.
-
Uses of Seekable in com.twelvemonkeys.io
Classes in com.twelvemonkeys.io that implement SeekableModifier and TypeClassDescription(package private) class
Represents a cached seekable stream, that reads through a cache.final class
ASeekableInputStream
implementation that caches data in a temporaryFile
.final class
ASeekableInputStream
implementation that uses random access directly to aFile
.final class
ASeekableInputStream
implementation that caches data in memory.class
A data stream that is both readable and writable, much like aRandomAccessFile
, except it may be backed by something other than a file.(package private) static final class
(package private) static final class
class
Abstract base class forInputStream
s implementing theSeekable
interface.class
Abstract base class forOutputStream
s implementing theSeekable
interface. -
Uses of Seekable in com.twelvemonkeys.io.ole2
Classes in com.twelvemonkeys.io.ole2 that implement SeekableModifier and TypeClassDescription(package private) static class