Uses of Class
com.twelvemonkeys.io.SeekableInputStream
-
Packages that use SeekableInputStream Package Description com.twelvemonkeys.io com.twelvemonkeys.io.ole2 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.io Modifier and Type Class Description (package private) classAbstractCachedSeekableStreamRepresents a cached seekable stream, that reads through a cache.classFileCacheSeekableStreamASeekableInputStreamimplementation that caches data in a temporaryFile.classFileSeekableStreamASeekableInputStreamimplementation that uses random access directly to aFile.classMemoryCacheSeekableStreamASeekableInputStreamimplementation that caches data in memory.(package private) static classRandomAccessStream.InputStreamViewFields in com.twelvemonkeys.io declared as SeekableInputStream Modifier and Type Field Description (package private) SeekableInputStreamRandomAccessStream. inputViewThis random access stream, wrapped in anInputStreamMethods in com.twelvemonkeys.io that return SeekableInputStream Modifier and Type Method Description SeekableInputStreamRandomAccessStream. asInputStream()Returns an input view of thisRandomAccessStream. -
Uses of SeekableInputStream in com.twelvemonkeys.io.ole2
Fields in com.twelvemonkeys.io.ole2 declared as SeekableInputStream Modifier and Type Field Description private SeekableInputStreamCompoundDocument.SeekableLittleEndianDataInputStream. seekableMethods in com.twelvemonkeys.io.ole2 that return SeekableInputStream Modifier and Type Method Description SeekableInputStreamEntry. getInputStream()Returns theInputStreamfor thisEntry(package private) SeekableInputStreamCompoundDocument. getInputStreamForSId(int pStreamId, int pStreamSize)Constructors in com.twelvemonkeys.io.ole2 with parameters of type SeekableInputStream Constructor Description CompoundDocument(SeekableInputStream stream)SeekableLittleEndianDataInputStream(SeekableInputStream pInput)
-