public interface BZip2Constants
This interface is public for historical purposes. You should have no need to use it.
限定符和类型 | 字段和说明 |
---|---|
static int |
baseBlockSize |
static int |
END_OF_BLOCK
End of a BZip2 block
|
static int |
END_OF_STREAM
End of BZip2 stream.
|
static int |
G_SIZE |
static int |
MAX_ALPHA_SIZE |
static int |
MAX_CODE_LEN |
static int |
MAX_SELECTORS |
static int |
N_GROUPS |
static int |
N_ITERS |
static int |
NUM_OVERSHOOT_BYTES |
static int[] |
rNums
This array really shouldn't be here.
|
static int |
RUNA |
static int |
RUNB |
static final int baseBlockSize
static final int MAX_ALPHA_SIZE
static final int MAX_CODE_LEN
static final int RUNA
static final int RUNB
static final int N_GROUPS
static final int G_SIZE
static final int N_ITERS
static final int MAX_SELECTORS
static final int NUM_OVERSHOOT_BYTES
static final int END_OF_BLOCK
static final int END_OF_STREAM
static final int[] rNums
FIXME: This array should be in a private or package private location, since it could be modified by malicious code.
Copyright © 2009 The Apache Software Foundation