|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object tribble.util.FileFlater
public class FileFlater
File deflater/inflater.
Constructor Summary | |
---|---|
FileFlater()
Default constructor. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Execute this class as a program. |
int |
run(java.lang.String[] args)
Execute this program class. |
void |
usage()
Display a program usage message and then punt. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileFlater()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- Command line arguments.public void usage()
public int run(java.lang.String[] args)
Usage
Compresses or decompresses the contents of a file.
java FileFlater [-option...] [in [out]]
Options:
If specified, input is read from the file named in, otherwise input is read from the standard input. A file name of "-" also specifies that input is to be read from the standard input.
If specified, output is written to the file named out, otherwise output is written to the standard output. A file name of "-" also specifies that output is to be written to the standard output.
args
- The command line arguments.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |