Package net.sf.jazzlib
Interface DeflaterConstants
-
- All Known Implementing Classes:
DeflaterEngine
interface DeflaterConstants
-
-
Field Summary
Fields Modifier and Type Field Description static int[]COMPR_FUNCstatic booleanDEBUGGINGstatic intDEFAULT_MEM_LEVELstatic intDEFLATE_FASTstatic intDEFLATE_SLOWstatic intDEFLATE_STOREDstatic intDYN_TREESstatic int[]GOOD_LENGTHstatic intHASH_BITSstatic intHASH_MASKstatic intHASH_SHIFTstatic intHASH_SIZEstatic intMAX_BLOCK_SIZEstatic int[]MAX_CHAINstatic intMAX_DISTstatic int[]MAX_LAZYstatic intMAX_MATCHstatic intMAX_WBITSstatic intMIN_LOOKAHEADstatic intMIN_MATCHstatic int[]NICE_LENGTHstatic intPENDING_BUF_SIZEstatic intPRESET_DICTstatic intSTATIC_TREESstatic intSTORED_BLOCKstatic intWMASKstatic intWSIZE
-
-
-
Field Detail
-
DEBUGGING
static final boolean DEBUGGING
- See Also:
- Constant Field Values
-
STORED_BLOCK
static final int STORED_BLOCK
- See Also:
- Constant Field Values
-
STATIC_TREES
static final int STATIC_TREES
- See Also:
- Constant Field Values
-
DYN_TREES
static final int DYN_TREES
- See Also:
- Constant Field Values
-
PRESET_DICT
static final int PRESET_DICT
- See Also:
- Constant Field Values
-
DEFAULT_MEM_LEVEL
static final int DEFAULT_MEM_LEVEL
- See Also:
- Constant Field Values
-
MAX_MATCH
static final int MAX_MATCH
- See Also:
- Constant Field Values
-
MIN_MATCH
static final int MIN_MATCH
- See Also:
- Constant Field Values
-
MAX_WBITS
static final int MAX_WBITS
- See Also:
- Constant Field Values
-
WSIZE
static final int WSIZE
- See Also:
- Constant Field Values
-
WMASK
static final int WMASK
- See Also:
- Constant Field Values
-
HASH_BITS
static final int HASH_BITS
- See Also:
- Constant Field Values
-
HASH_SIZE
static final int HASH_SIZE
- See Also:
- Constant Field Values
-
HASH_MASK
static final int HASH_MASK
- See Also:
- Constant Field Values
-
HASH_SHIFT
static final int HASH_SHIFT
- See Also:
- Constant Field Values
-
MIN_LOOKAHEAD
static final int MIN_LOOKAHEAD
- See Also:
- Constant Field Values
-
MAX_DIST
static final int MAX_DIST
- See Also:
- Constant Field Values
-
PENDING_BUF_SIZE
static final int PENDING_BUF_SIZE
- See Also:
- Constant Field Values
-
MAX_BLOCK_SIZE
static final int MAX_BLOCK_SIZE
-
DEFLATE_STORED
static final int DEFLATE_STORED
- See Also:
- Constant Field Values
-
DEFLATE_FAST
static final int DEFLATE_FAST
- See Also:
- Constant Field Values
-
DEFLATE_SLOW
static final int DEFLATE_SLOW
- See Also:
- Constant Field Values
-
GOOD_LENGTH
static final int[] GOOD_LENGTH
-
MAX_LAZY
static final int[] MAX_LAZY
-
NICE_LENGTH
static final int[] NICE_LENGTH
-
MAX_CHAIN
static final int[] MAX_CHAIN
-
COMPR_FUNC
static final int[] COMPR_FUNC
-
-