org.egothor.duplicity.file
Class JaccardCoeficientsFileProducer

java.lang.Object
  extended by org.egothor.duplicity.file.JaccardCoeficientsFileProducer

public class JaccardCoeficientsFileProducer
extends java.lang.Object

Produces the file of Jaccard coeficients file, i.e., JaccardCoeficientsFile. It extends DataOutputStream, so that the data can be passed to this producer using store(), close() etc. methods.

Author:
Kate�ina Dufkov�

Method Summary
 void close()
           
 void copyFrom(DataInputStream in)
           
 void store(UnitPair up)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

store

public void store(UnitPair up)
           throws java.io.IOException
Throws:
java.io.IOException

copyFrom

public void copyFrom(DataInputStream in)
              throws java.io.IOException
Throws:
java.io.IOException