Package SevenZip
Class LzmaAlone.CommandLine
- java.lang.Object
-
- SevenZip.LzmaAlone.CommandLine
-
- Enclosing class:
- LzmaAlone
public static class LzmaAlone.CommandLine extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description intAlgorithmintCommandintDictionarySizebooleanDictionarySizeIsDefinedbooleanEosintFbbooleanFbIsDefinedjava.lang.StringInFilestatic intkBenchmakstatic intkDecodestatic intkEncodeintLcintLpintMatchFinderintNumBenchmarkPassesjava.lang.StringOutFileintPb
-
Constructor Summary
Constructors Constructor Description CommandLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanParse(java.lang.String[] args)
-
-
-
Field Detail
-
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
-
-