public class CBZip2InputStream extends 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(InputStream zStream) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
available, close, mark, markSupported, read, read, reset, skipprotected int i2
protected int count
protected int chPrev
protected int ch2
protected int i
protected int tPos
protected int rNToGo
protected int rTPos
protected int j2
protected char z
public CBZip2InputStream(InputStream zStream)
public int read()
read in class InputStream