Uses of Interface
com.twelvemonkeys.io.Seekable

Packages that use Seekable
com.twelvemonkeys.io   
 

Uses of Seekable in com.twelvemonkeys.io
 

Classes in com.twelvemonkeys.io that implement Seekable
 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.
 class RandomAccessStream
          A data stream that is both readable and writable, much like a RandomAccessFile, except it may be backed by something other than a file.
 class SeekableInputStream
          Abstract base class for InputStreams implementing the Seekable interface.
 class SeekableOutputStream
          Abstract base class for OutputStreams implementing the Seekable interface.
 



Copyright © 2014. All Rights Reserved.