Class CsvWriter


  • public class CsvWriter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String path  
      protected java.io.BufferedWriter writer  
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • writer

        protected java.io.BufferedWriter writer
      • path

        protected java.lang.String path
    • Constructor Detail

      • CsvWriter

        public CsvWriter()
    • 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()