Uses of Class
com.twelvemonkeys.io.SeekableInputStream
Packages that use SeekableInputStream
Package
Description
Contains classes for reading the contents of the
Microsoft OLE 2 compound document format.
-
Uses of SeekableInputStream in com.twelvemonkeys.io
Subclasses of SeekableInputStream in com.twelvemonkeys.ioModifier 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.(package private) static final class
Fields in com.twelvemonkeys.io declared as SeekableInputStreamModifier and TypeFieldDescription(package private) SeekableInputStream
RandomAccessStream.inputView
This random access stream, wrapped in anInputStream
Methods in com.twelvemonkeys.io that return SeekableInputStreamModifier and TypeMethodDescriptionfinal SeekableInputStream
RandomAccessStream.asInputStream()
Returns an input view of thisRandomAccessStream
. -
Uses of SeekableInputStream in com.twelvemonkeys.io.ole2
Fields in com.twelvemonkeys.io.ole2 declared as SeekableInputStreamModifier and TypeFieldDescriptionprivate final SeekableInputStream
CompoundDocument.SeekableLittleEndianDataInputStream.seekable
Methods in com.twelvemonkeys.io.ole2 that return SeekableInputStreamModifier and TypeMethodDescriptionEntry.getInputStream()
Returns theInputStream
for thisEntry
(package private) SeekableInputStream
CompoundDocument.getInputStreamForSId
(int pStreamId, int pStreamSize) Constructors in com.twelvemonkeys.io.ole2 with parameters of type SeekableInputStream