|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.dev.fs.ArchiveTool
public class 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 | |
|---|---|
ArchiveTool()
|
|
| Method Summary | |
|---|---|
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 |
|---|
public ArchiveTool()
| Method Detail |
|---|
public static void main(java.lang.String... args)
throws java.lang.Exception
args - the command line arguments
java.lang.Exception
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||