SevenZip

Class LzmaAlone.CommandLine

public static class LzmaAlone.CommandLine extends Object

Field Summary
intAlgorithm
intCommand
intDictionarySize
booleanDictionarySizeIsDefined
booleanEos
intFb
booleanFbIsDefined
StringInFile
static intkBenchmak
static intkDecode
static intkEncode
intLc
intLp
intMatchFinder
intNumBenchmarkPasses
StringOutFile
intPb
Method Summary
booleanParse(String[] args)

Field Detail

Algorithm

public int Algorithm

Command

public int Command

DictionarySize

public int DictionarySize

DictionarySizeIsDefined

public boolean DictionarySizeIsDefined

Eos

public boolean Eos

Fb

public int Fb

FbIsDefined

public boolean FbIsDefined

InFile

public String InFile

kBenchmak

public static final int kBenchmak

kDecode

public static final int kDecode

kEncode

public static final int kEncode

Lc

public int Lc

Lp

public int Lp

MatchFinder

public int MatchFinder

NumBenchmarkPasses

public int NumBenchmarkPasses

OutFile

public String OutFile

Pb

public int Pb

Method Detail

Parse

public boolean Parse(String[] args)