public final class Unzip extends AbstractProgram
unzip command. It understands a
subset of unzip's command line arguments.
Usage:
java -cp [classpath] org.at4j.zip.prog.Unzip [options] file
Where:
classpath - Should include the at4j, bzip, lzma and entityfs-core Jars.
options - Unzip options (see below)
file - The name and path of the Zip file to unzip.
Options:
-q - Quiet.
--timing - After extracting the files, print out how long it took.
Files are unpacked starting in the current working directory.
| Constructor and Description |
|---|
Unzip() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
getArg, getParentLocation, isFlagArgumentpublic static void main(String[] args)