Package org.h2.dev.fs

Class ArchiveTool


  • public class ArchiveTool
    extends java.lang.Object
    A standalone archive tool to compress directories. It does not have any dependencies except for the Java libraries.

    Unlike other compression tools, it splits the data into chunks and sorts the chunks, so that large directories or files that contain duplicate data are compressed much better.

    • Constructor Summary

      Constructors 
      Constructor Description
      ArchiveTool()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String... args)
      Run the tool.
      • Methods inherited from class java.lang.Object

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

      • ArchiveTool

        public ArchiveTool()
    • Method Detail

      • main

        public static void main​(java.lang.String... args)
                         throws java.lang.Exception
        Run the tool.
        Parameters:
        args - the command line arguments
        Throws:
        java.lang.Exception