SevenZip
Class CoderPropID

java.lang.Object
  extended by SevenZip.CoderPropID

public class CoderPropID
extends java.lang.Object


Field Summary
static int Algorithm
           
static int DictionarySize
           
static int EndMarker
           
static int LitContextBits
           
static int LitPosBits
           
static int MatchFinder
           
static int NumFastBytes
           
static int PosStateBits
           
 
Constructor Summary
CoderPropID()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DictionarySize

public static final int DictionarySize
See Also:
Constant Field Values

PosStateBits

public static final int PosStateBits
See Also:
Constant Field Values

LitContextBits

public static final int LitContextBits
See Also:
Constant Field Values

LitPosBits

public static final int LitPosBits
See Also:
Constant Field Values

NumFastBytes

public static final int NumFastBytes
See Also:
Constant Field Values

MatchFinder

public static final int MatchFinder
See Also:
Constant Field Values

Algorithm

public static final int Algorithm
See Also:
Constant Field Values

EndMarker

public static final int EndMarker
See Also:
Constant Field Values
Constructor Detail

CoderPropID

public CoderPropID()