public class Zipper
extends java.lang.Object
zipDirectory()
to create the output file.
Note that this is ZIP-compatible, not GZIP-compatible (ZIP is both an archive format
and a compression format, GZIP is just a compression format).Constructor and Description |
---|
Zipper(java.io.File sourceDir,
java.io.File outputFile) |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
java.io.File |
zipDirectory() |