|
|||||||||
Home >> All >> ClassLib >> Common >> java >> util >> [ zip overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
ClassLib.Common.java.util.zip
Interface DeflaterConstants

- All Known Implementing Classes:
- DeflaterEngine
- interface DeflaterConstants
DeflaterConstants
- Version:
- $Id: DeflaterConstants.java,v 1.4 2003/05/12 10:04:53 joewhaley Exp $
Field Summary | |
static int[] |
COMPR_FUNC
|
static boolean |
DEBUGGING
|
static int |
DEFAULT_MEM_LEVEL
|
static int |
DEFLATE_FAST
|
static int |
DEFLATE_SLOW
|
static int |
DEFLATE_STORED
|
static int |
DYN_TREES
|
static int[] |
GOOD_LENGTH
|
static int |
HASH_BITS
|
static int |
HASH_MASK
|
static int |
HASH_SHIFT
|
static int |
HASH_SIZE
|
static int |
MAX_BLOCK_SIZE
|
static int[] |
MAX_CHAIN
|
static int |
MAX_DIST
|
static int[] |
MAX_LAZY
|
static int |
MAX_MATCH
|
static int |
MAX_WBITS
|
static int |
MIN_LOOKAHEAD
|
static int |
MIN_MATCH
|
static int[] |
NICE_LENGTH
|
static int |
PENDING_BUF_SIZE
|
static int |
PRESET_DICT
|
static int |
STATIC_TREES
|
static int |
STORED_BLOCK
|
static int |
WMASK
|
static int |
WSIZE
|
Field Detail |
DEBUGGING
public static final boolean DEBUGGING
- See Also:
- Constant Field Values
STORED_BLOCK
public static final int STORED_BLOCK
- See Also:
- Constant Field Values
STATIC_TREES
public static final int STATIC_TREES
- See Also:
- Constant Field Values
DYN_TREES
public static final int DYN_TREES
- See Also:
- Constant Field Values
PRESET_DICT
public static final int PRESET_DICT
- See Also:
- Constant Field Values
DEFAULT_MEM_LEVEL
public static final int DEFAULT_MEM_LEVEL
- See Also:
- Constant Field Values
MAX_MATCH
public static final int MAX_MATCH
- See Also:
- Constant Field Values
MIN_MATCH
public static final int MIN_MATCH
- See Also:
- Constant Field Values
MAX_WBITS
public static final int MAX_WBITS
- See Also:
- Constant Field Values
WSIZE
public static final int WSIZE
- See Also:
- Constant Field Values
WMASK
public static final int WMASK
- See Also:
- Constant Field Values
HASH_BITS
public static final int HASH_BITS
- See Also:
- Constant Field Values
HASH_SIZE
public static final int HASH_SIZE
- See Also:
- Constant Field Values
HASH_MASK
public static final int HASH_MASK
- See Also:
- Constant Field Values
HASH_SHIFT
public static final int HASH_SHIFT
- See Also:
- Constant Field Values
MIN_LOOKAHEAD
public static final int MIN_LOOKAHEAD
- See Also:
- Constant Field Values
MAX_DIST
public static final int MAX_DIST
- See Also:
- Constant Field Values
PENDING_BUF_SIZE
public static final int PENDING_BUF_SIZE
- See Also:
- Constant Field Values
MAX_BLOCK_SIZE
public static final int MAX_BLOCK_SIZE
DEFLATE_STORED
public static final int DEFLATE_STORED
- See Also:
- Constant Field Values
DEFLATE_FAST
public static final int DEFLATE_FAST
- See Also:
- Constant Field Values
DEFLATE_SLOW
public static final int DEFLATE_SLOW
- See Also:
- Constant Field Values
GOOD_LENGTH
public static final int[] GOOD_LENGTH
MAX_LAZY
public static final int[] MAX_LAZY
NICE_LENGTH
public static final int[] NICE_LENGTH
MAX_CHAIN
public static final int[] MAX_CHAIN
COMPR_FUNC
public static final int[] COMPR_FUNC
|
|||||||||
Home >> All >> ClassLib >> Common >> java >> util >> [ zip overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |