com.github.junrar.unpack.decode
Class Compress
java.lang.Object
com.github.junrar.unpack.decode.Compress
public class Compress
- extends Object
DOCUMENT ME
- Version:
- $LastChangedRevision$
- Author:
- $LastChangedBy$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Compress
public Compress()
Copyright © 2012. All Rights Reserved.