public class ArchiveTool
extends java.lang.Object
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 and Description |
|---|
ArchiveTool() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String... args)
Run the tool.
|