Package org.h2.dev.fs
Class ArchiveTool
java.lang.Object
org.h2.dev.fs.ArchiveTool
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 -
Method Summary
-
Constructor Details
-
ArchiveTool
public ArchiveTool()
-
-
Method Details
-
main
Run the tool.- Parameters:
args- the command line arguments- Throws:
Exception
-