Uses of Interface
com.twelvemonkeys.io.Seekable
Packages that use Seekable
-
Uses of Seekable in com.twelvemonkeys.io
Classes in com.twelvemonkeys.io that implement SeekableModifier and TypeClassDescriptionfinal classASeekableInputStreamimplementation that caches data in a temporaryFile.final classASeekableInputStreamimplementation that uses random access directly to aFile.final classASeekableInputStreamimplementation that caches data in memory.classA data stream that is both readable and writable, much like aRandomAccessFile, except it may be backed by something other than a file.classAbstract base class forInputStreams implementing theSeekableinterface.classAbstract base class forOutputStreams implementing theSeekableinterface.