|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.bin.Bin
com.jeffpalm.bin.Gzip
public class Gzip
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.jeffpalm.bin.Bin |
---|
Bin.AbortProcessException, Bin.ArgIterator, Bin.ArgumentValidator, Bin.AskAboutDisplayingHelpWithNoArgs, Bin.DefaultArgInterfaces, Bin.DisplaysHelpWithNoArgs, Bin.ExceptionHandler, Bin.LogLevels, Bin.UsageException, Bin.WantsClasses |
Nested classes/interfaces inherited from interface com.jeffpalm.util.Handler |
---|
Handler.Checker, Handler.HasInstance |
Field Summary | |
---|---|
boolean |
_1
compress faster |
boolean |
_9
compress better |
boolean |
a
ascii text; convert end-of-lines using local conventions |
boolean |
ascii
ascii text; convert end-of-lines using local conventions |
boolean |
best
compress better |
boolean |
c
write on standard output, keep original files unchanged |
boolean |
d
decompress |
boolean |
decompress
decompress |
boolean |
f
force overwrite of output file and compress links |
boolean |
fast
compress faster |
boolean |
force
force overwrite of output file and compress links |
boolean |
l
list compressed file contents |
boolean |
L
display software license |
boolean |
license
display software license |
boolean |
list
list compressed file contents |
boolean |
n
do not save or restore the original name and time stamp |
boolean |
N
save or restore the original name and time stamp |
boolean |
name
save or restore the original name and time stamp |
boolean |
no_name
do not save or restore the original name and time stamp |
boolean |
q
suppress all warnings |
boolean |
quiet
suppress all warnings |
boolean |
r
operate recursively on directories |
boolean |
recursive
operate recursively on directories |
java.lang.String |
S
use suffix .suf on compressed files |
boolean |
stdout
write on standard output, keep original files unchanged |
java.lang.String |
suffix
use suffix .suf on compressed files |
boolean |
t
test compressed file integrity |
boolean |
test
test compressed file integrity |
boolean |
V
display version number |
boolean |
version
display version number |
Fields inherited from class com.jeffpalm.bin.Bin |
---|
arguments, err, out |
Fields inherited from interface com.jeffpalm.util.Handler |
---|
DEFAULT, QUIET, THROWER |
Constructor Summary | |
---|---|
Gzip()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
protected void |
realMain()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean a
public boolean ascii
public boolean c
public boolean stdout
public boolean d
public boolean decompress
public boolean f
public boolean force
public boolean l
public boolean list
public boolean L
public boolean license
public boolean n
public boolean no_name
public boolean N
public boolean name
public boolean q
public boolean quiet
public boolean r
public boolean recursive
public java.lang.String S
public java.lang.String suffix
public boolean t
public boolean test
public boolean V
public boolean version
public boolean _1
public boolean fast
public boolean _9
public boolean best
Constructor Detail |
---|
public Gzip()
Method Detail |
---|
public static void main(java.lang.String[] args)
protected void realMain() throws java.lang.Exception
realMain
in class Bin
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |