SevenZip
Class LzmaAlone.CommandLine
java.lang.Object
SevenZip.LzmaAlone.CommandLine
- Enclosing class:
- LzmaAlone
public static class LzmaAlone.CommandLine
- extends java.lang.Object
Method Summary |
boolean |
Parse(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
kEncode
public static final int kEncode
- See Also:
- Constant Field Values
kDecode
public static final int kDecode
- See Also:
- Constant Field Values
kBenchmak
public static final int kBenchmak
- See Also:
- Constant Field Values
Command
public int Command
NumBenchmarkPasses
public int NumBenchmarkPasses
DictionarySize
public int DictionarySize
DictionarySizeIsDefined
public boolean DictionarySizeIsDefined
Lc
public int Lc
Lp
public int Lp
Pb
public int Pb
Fb
public int Fb
FbIsDefined
public boolean FbIsDefined
Eos
public boolean Eos
Algorithm
public int Algorithm
MatchFinder
public int MatchFinder
InFile
public java.lang.String InFile
OutFile
public java.lang.String OutFile
LzmaAlone.CommandLine
public LzmaAlone.CommandLine()
Parse
public boolean Parse(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception