Class NodeStreamConverterCompressed

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class NodeStreamConverterCompressed
    extends java.lang.Object
    implements java.io.Closeable
    Allows to to convert a flat file store to a compressed stream of nodes.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      static void convert​(java.lang.String sourceFileName, java.lang.String targetFileName)  
      static void main​(java.lang.String... args)  
      • Methods inherited from class java.lang.Object

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

      • main

        public static void main​(java.lang.String... args)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • convert

        public static void convert​(java.lang.String sourceFileName,
                                   java.lang.String targetFileName)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException