SevenZip
Class LzmaAlone.CommandLine

java.lang.Object
  extended by SevenZip.LzmaAlone.CommandLine
Enclosing class:
LzmaAlone

public static class LzmaAlone.CommandLine
extends java.lang.Object


Field Summary
 int Algorithm
           
 int Command
           
 int DictionarySize
           
 boolean DictionarySizeIsDefined
           
 boolean Eos
           
 int Fb
           
 boolean FbIsDefined
           
 java.lang.String InFile
           
static int kBenchmak
           
static int kDecode
           
static int kEncode
           
 int Lc
           
 int Lp
           
 int MatchFinder
           
 int NumBenchmarkPasses
           
 java.lang.String OutFile
           
 int Pb
           
 
Constructor Summary
LzmaAlone.CommandLine()
           
 
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
 

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
Constructor Detail

LzmaAlone.CommandLine

public LzmaAlone.CommandLine()
Method Detail

Parse

public boolean Parse(java.lang.String[] args)
              throws java.lang.Exception
Throws:
java.lang.Exception