com.sun.grizzly.lzma
Class LzmaAlone.CommandLine
java.lang.Object
com.sun.grizzly.lzma.LzmaAlone.CommandLine
- Enclosing class:
- LzmaAlone
public static class LzmaAlone.CommandLine
- extends Object
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 String InFile
OutFile
public String OutFile
LzmaAlone.CommandLine
public LzmaAlone.CommandLine()
Parse
public boolean Parse(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2012 Oracle Corporation. All Rights Reserved.