org.egothor.duplicity.file
Class JaccardCoeficientsFileProducer
java.lang.Object
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�
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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