Uses of Class
com.twelvemonkeys.io.SeekableInputStream

Packages that use SeekableInputStream
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
 class FileCacheSeekableStream
          A SeekableInputStream implementation that caches data in a temporary File.
 class FileSeekableStream
          A SeekableInputStream implementation that uses random access directly to a File.
 class MemoryCacheSeekableStream
          A SeekableInputStream implementation that caches data in memory.
 

Methods in com.twelvemonkeys.io that return SeekableInputStream
 SeekableInputStream RandomAccessStream.asInputStream()
          Returns an input view of this RandomAccessStream.
 

Uses of SeekableInputStream in com.twelvemonkeys.io.ole2
 

Methods in com.twelvemonkeys.io.ole2 that return SeekableInputStream
 SeekableInputStream Entry.getInputStream()
          Returns the InputStream for this Entry
 



Copyright © 2015. All Rights Reserved.