Uses of Class
org.archive.io.SeekReader

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

Uses of SeekReader in org.archive.io
 

Constructors in org.archive.io with parameters of type SeekReader
SeekReaderCharSequence(SeekReader reader, int size)
           
 

Uses of SeekReader in org.archive.util.ms
 

Subclasses of SeekReader in org.archive.util.ms
(package private)  class PieceReader
           
 

Methods in org.archive.util.ms that return SeekReader
static SeekReader Doc.getText(BlockFileSystem wordDoc, int cacheSize)
          Returns the text for the given .doc file.
static SeekReader Doc.getText(java.io.File doc)
          Returns the text of the given .doc file.
static SeekReader Doc.getText(SeekInputStream doc)
          Returns the text of the given .doc file.
static SeekReader Doc.getText(java.lang.String docFilename)
          Returns the text of the .doc file with the given file name.
 



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