public class CBZip2InputStream extends java.io.InputStream implements BZip2Constants
| Modifier and Type | Field and Description |
|---|---|
protected int |
ch2 |
protected int |
chPrev |
protected int |
count |
protected int |
i |
protected int |
i2 |
protected int |
j2 |
protected int |
rNToGo |
protected int |
rTPos |
protected int |
tPos |
protected char |
z |
BASE_BLOCK_SIZE, G_SIZE, MAX_ALPHA_SIZE, MAX_CODE_LEN, MAX_SELECTORS, N_GROUPS, N_ITERS, NUM_OVERSHOOT_BYTES, R_NUMS, RUNA, RUNB| Constructor and Description |
|---|
CBZip2InputStream(java.io.InputStream zStream) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |