Uses of Class
org.egothor.io.DataOutputStream

Packages that use DataOutputStream
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.util.io   
 

Uses of DataOutputStream in org.egothor.duplicity.datastructure
 

Methods in org.egothor.duplicity.datastructure with parameters of type DataOutputStream
 void DocumentUnitID.store(DataOutputStream dos)
           
 void JaccardCoeficient.store(DataOutputStream dos)
           
 void ParagraphUnitID.store(DataOutputStream dos)
           
 void SentenceUnitID.store(DataOutputStream dos)
           
abstract  void TextUnitID.store(DataOutputStream dos)
           
 void UnitPair.store(DataOutputStream dos)
           
 void UnitPermutatedMin.store(DataOutputStream dos)
           
 

Uses of DataOutputStream in org.egothor.duplicity.file
 

Methods in org.egothor.duplicity.file with parameters of type DataOutputStream
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.
abstract  void DuplicityCheckingFileElement.store(DataOutputStream dos)
           
 

Uses of DataOutputStream in org.egothor.io
 

Subclasses of DataOutputStream in org.egothor.io
 class MemoryOutputStream
          This class is part of the Egothor Project
 

Methods in org.egothor.io that return DataOutputStream
abstract  DataOutputStream File.open4append()
          Open for write in the append mode.
 DataOutputStream FileLocal.open4append()
          Description of the Method
abstract  DataOutputStream File.open4gziprewrite()
          Open for write discarding the content of the file.
 DataOutputStream FileLocal.open4gziprewrite()
           
abstract  DataOutputStream File.open4rewrite()
          Open for write discarding the content of the file.
 DataOutputStream FileLocal.open4rewrite()
          Description of the Method
 

Uses of DataOutputStream in org.egothor.util.io
 

Subclasses of DataOutputStream in org.egothor.util.io
 class GZipOutputStream
          GZipOutputStream.java Created on 6.