Uses of Class
org.egothor.io.DataInputStream

Packages that use DataInputStream
org.egothor.duplicity.datastructure This package contains datastructures needed in the duplicity checking algorithm. 
org.egothor.duplicity.file This package contains implementation of the files needed the duplicity checking algorithm. 
org.egothor.io   
org.egothor.repository   
org.egothor.store This package contains an implementation of barrels on a hard disk. 
org.egothor.util.io   
 

Uses of DataInputStream in org.egothor.duplicity.datastructure
 

Methods in org.egothor.duplicity.datastructure with parameters of type DataInputStream
static DocumentUnitID DocumentUnitID.load(DataInputStream dis)
           
 void JaccardCoeficient.load(DataInputStream dis)
           
static ParagraphUnitID ParagraphUnitID.load(DataInputStream dis)
           
static SentenceUnitID SentenceUnitID.load(DataInputStream dis)
           
static TextUnitID TextUnitID.load(DataInputStream dis)
          The method must return another object, it can not change the this value.
 void UnitPair.load(DataInputStream dis)
           
 void UnitPermutatedMin.load(DataInputStream dis)
           
 

Uses of DataInputStream in org.egothor.duplicity.file
 

Methods in org.egothor.duplicity.file with parameters of type DataInputStream
 void JaccardCoeficientsFileProducer.copyFrom(DataInputStream in)
           
abstract  void DuplicityCheckingFileElement.load(DataInputStream dis)
           
 

Method parameters in org.egothor.duplicity.file with type arguments of type DataInputStream
protected  void JaccardCoeficientsFile.mergeAll(DataOutputStream dos, java.util.ArrayList<DataInputStream> diss, java.util.ArrayList<JaccardCoeficient> jcs)
          Merges all given input streams to given output stream.
protected  void MergeableSimilarUnitPairsFile.mergeAll(DataOutputStream dos, java.util.ArrayList<DataInputStream> diss, java.util.ArrayList<UnitPair> ups)
          Merges all given input streams to given output stream.
protected  void AllSimilarUnitPairsFile.mergeAll(JaccardCoeficientsFileProducer jcfp, java.util.ArrayList<DataInputStream> diss, java.util.ArrayList<UnitPair> ups)
           
protected  void MergeableSimilarUnitPairsFile.openInputs(java.util.ArrayList<CommonSimilarUnitPairsFile> supfs, java.util.ArrayList<DataInputStream> diss, java.util.ArrayList<UnitPair> ups)
          Open input files in supfs and put the opened non-empty DataInputStreams to given list diss list, and the first elements of the files to ups list.
 

Uses of DataInputStream in org.egothor.io
 

Subclasses of DataInputStream in org.egothor.io
 class DataInputOutputStream
           
 class MemoryInputStream
           
 

Methods in org.egothor.io that return DataInputStream
abstract  DataInputStream File.open4gzipread()
          Description of the Method
 DataInputStream FileLocal.open4gzipread()
           
abstract  DataInputStream File.open4read(long offset)
          Description of the Method
 DataInputStream FileLocal.open4read(long offset)
          Description of the Method
abstract  DataInputStream File.open4readseek(long offset)
          Description of the Method
 DataInputStream FileLocal.open4readseek(long offset)
          Description of the Method
 

Uses of DataInputStream in org.egothor.repository
 

Methods in org.egothor.repository that return DataInputStream
 DataInputStream Berkeley.elementAt(long key, int revision)
           
 DataInputStream BlobRepository.elementAt(long key, int revision)
           
 DataInputStream DataRepository.elementAt(long key, int revision)
          Retrieves a data block.
 DataInputStream DocumentsDB.elementAt(long uid, int revision)
           
 DataInputStream WebStore.elementAt(long key, int revision)
           
 

Uses of DataInputStream in org.egothor.store
 

Methods in org.egothor.store with parameters of type DataInputStream
 IListReader IListMetadataRead.getNew(DataInputStream ils_dta, ProximitiesFileIn prox, boolean closeable)
           
 

Uses of DataInputStream in org.egothor.util.io
 

Subclasses of DataInputStream in org.egothor.util.io
 class GZipInputStream
          GZipInputStream.java Created on 6.