com.github.junrar.unpack.decode
Class Compress

java.lang.Object
  extended by com.github.junrar.unpack.decode.Compress

public class Compress
extends Object

DOCUMENT ME

Version:
$LastChangedRevision$
Author:
$LastChangedBy$

Field Summary
static int BC
           
static int BC20
           
static int CODEBUFSIZE
           
static int DC
           
static int DC20
           
static int HUFF_TABLE_SIZE
           
static int LDC
           
static int LOW_DIST_REP_COUNT
           
static int MAXWINMASK
           
static int MAXWINSIZE
           
static int MC20
           
static int NC
           
static int NC20
           
static int RC
           
static int RC20
           
 
Constructor Summary
Compress()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

Compress

public Compress()


Copyright © 2012. All Rights Reserved.