Package com.github.junrar.unpack.decode
Class Compress
- java.lang.Object
-
- com.github.junrar.unpack.decode.Compress
-
public class Compress extends java.lang.ObjectDOCUMENT ME- Version:
- $LastChangedRevision$
-
-
Field Summary
Fields Modifier and Type Field Description static intBCstatic intBC20static intCODEBUFSIZEstatic intDCstatic intDC20static intHUFF_TABLE_SIZEstatic intLDCstatic intLOW_DIST_REP_COUNTstatic intMAXWINMASKstatic intMAXWINSIZEstatic intMC20static intNCstatic intNC20static intRCstatic intRC20
-
Constructor Summary
Constructors Constructor Description Compress()
-
-
-
Field Detail
-
CODEBUFSIZE
public static final int CODEBUFSIZE
- See Also:
- Constant Field Values
-
MAXWINSIZE
public static final int MAXWINSIZE
- See Also:
- Constant Field Values
-
MAXWINMASK
public static final int MAXWINMASK
- See Also:
- Constant Field Values
-
LOW_DIST_REP_COUNT
public static final int LOW_DIST_REP_COUNT
- See Also:
- Constant Field Values
-
NC
public static final int NC
- See Also:
- Constant Field Values
-
DC
public static final int DC
- See Also:
- Constant Field Values
-
LDC
public static final int LDC
- See Also:
- Constant Field Values
-
RC
public static final int RC
- See Also:
- Constant Field Values
-
HUFF_TABLE_SIZE
public static final int HUFF_TABLE_SIZE
- See Also:
- Constant Field Values
-
BC
public static final int BC
- See Also:
- Constant Field Values
-
NC20
public static final int NC20
- See Also:
- Constant Field Values
-
DC20
public static final int DC20
- See Also:
- Constant Field Values
-
RC20
public static final int RC20
- See Also:
- Constant Field Values
-
BC20
public static final int BC20
- See Also:
- Constant Field Values
-
MC20
public static final int MC20
- See Also:
- Constant Field Values
-
-