io.writer
Class ExporterFullFingerprintCSV
java.lang.Object
io.writer.ExporterFullFingerprintCSV
- All Implemented Interfaces:
- IExporter
public class ExporterFullFingerprintCSV
- extends java.lang.Object
- implements IExporter
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExporterFullFingerprintCSV
public ExporterFullFingerprintCSV()
ExporterFullFingerprintCSV
public ExporterFullFingerprintCSV(int hashSpace)
getHashSpace
public int getHashSpace()
setHashSpace
public void setHashSpace(int hashSpace)
export
public void export(RandomAccessMDLReader reader,
EncodingFingerprint fingerprinter,
java.lang.String label,
java.io.File outputFile)
- Specified by:
export
in interface IExporter