Uses of Class
org.archive.io.SeekInputStream

Packages that use SeekInputStream
org.archive.io   
org.archive.util.ms Memory-efficient reading of .doc files. 
 

Uses of SeekInputStream in org.archive.io
 

Subclasses of SeekInputStream in org.archive.io
 class ArraySeekInputStream
          A repositionable stream backed by an array.
 class BufferedSeekInputStream
          Buffers data from some other SeekInputStream.
 class OriginSeekInputStream
          Alters the origin of some other SeekInputStream.
 class RandomAccessInputStream
          Wraps a RandomAccessFile with an InputStream interface.
 class ReplayInputStream
          Replays the bytes recorded from a RecordingInputStream or RecordingOutputStream.
 class SafeSeekInputStream
          Enables multiple concurrent streams based on the same underlying stream.
 

Constructors in org.archive.io with parameters of type SeekInputStream
BufferedSeekInputStream(SeekInputStream input, int capacity)
          Constructor.
OriginSeekInputStream(SeekInputStream input, long origin)
          Constructor.
SafeSeekInputStream(SeekInputStream input)
          Constructor.
 

Uses of SeekInputStream in org.archive.util.ms
 

Subclasses of SeekInputStream in org.archive.util.ms
 class BlockInputStream
          InputStream for a file contained in a BlockFileSystem.
 

Methods in org.archive.util.ms that return SeekInputStream
 SeekInputStream DefaultBlockFileSystem.getRawInput()
           
 SeekInputStream BlockFileSystem.getRawInput()
          Returns the raw input stream for this file system.
 SeekInputStream Entry.open()
           
 SeekInputStream DefaultEntry.open()
           
 

Methods in org.archive.util.ms with parameters of type SeekInputStream
static SeekReader Doc.getText(SeekInputStream doc)
          Returns the text of the given .doc file.
 

Constructors in org.archive.util.ms with parameters of type SeekInputStream
DefaultBlockFileSystem(SeekInputStream input, int batCacheSize)
          Constructor.
DefaultEntry(DefaultBlockFileSystem origin, SeekInputStream input, int index)
           
PieceReader(PieceTable table, SeekInputStream doc)
           
PieceTable(SeekInputStream tableStream, int offset, int maxCharPos, int cachedRecords)
          Constructor.
 



Copyright © 2003-2011 Internet Archive. All Rights Reserved.