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) classRepresents a cached seekable stream, that reads through a cache.final classASeekableInputStreamimplementation that caches data in a temporaryFile.final classASeekableInputStreamimplementation that uses random access directly to aFile.final classASeekableInputStreamimplementation that caches data in memory.(package private) static final classFields in com.twelvemonkeys.io declared as SeekableInputStreamModifier and TypeFieldDescription(package private) SeekableInputStreamRandomAccessStream.inputViewThis random access stream, wrapped in anInputStreamMethods in com.twelvemonkeys.io that return SeekableInputStreamModifier and TypeMethodDescriptionfinal SeekableInputStreamRandomAccessStream.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 SeekableInputStreamCompoundDocument.SeekableLittleEndianDataInputStream.seekableMethods in com.twelvemonkeys.io.ole2 that return SeekableInputStreamModifier and TypeMethodDescriptionEntry.getInputStream()Returns theInputStreamfor thisEntry(package private) SeekableInputStreamCompoundDocument.getInputStreamForSId(int pStreamId, int pStreamSize) Constructors in com.twelvemonkeys.io.ole2 with parameters of type SeekableInputStream