Package gaia.cu9.tools.parallax.writers
Class CsvWriter
- java.lang.Object
-
- gaia.cu9.tools.parallax.writers.CsvWriter
-
public class CsvWriter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CsvWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
dump(DistanceEstimation estimation)
void
open(java.lang.String path)
-
-
-
Method Detail
-
open
public void open(java.lang.String path) throws java.io.IOException
- Throws:
java.io.IOException
-
dump
public void dump(DistanceEstimation estimation) throws java.io.IOException
- Throws:
java.io.IOException
-
close
public void close()
-
-