org.apache.excalibur.bzip2
Class CBZip2InputStream
java.lang.Object
|
+--java.io.InputStream
|
+--org.apache.excalibur.bzip2.CBZip2InputStream
- All Implemented Interfaces:
- org.apache.excalibur.bzip2.BZip2Constants
- public class CBZip2InputStream
- extends InputStream
- implements org.apache.excalibur.bzip2.BZip2Constants
An input stream that decompresses from the BZip2 format (without the file
header chars) to be read as any other stream.
- Author:
- Keiron Liddle
Method Summary |
int |
read()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BASE_BLOCK_SIZE
public static final int BASE_BLOCK_SIZE
MAX_ALPHA_SIZE
public static final int MAX_ALPHA_SIZE
MAX_CODE_LEN
public static final int MAX_CODE_LEN
RUNA
public static final int RUNA
RUNB
public static final int RUNB
N_GROUPS
public static final int N_GROUPS
G_SIZE
public static final int G_SIZE
N_ITERS
public static final int N_ITERS
MAX_SELECTORS
public static final int MAX_SELECTORS
NUM_OVERSHOOT_BYTES
public static final int NUM_OVERSHOOT_BYTES
RAND_NUMS
public static final int[] RAND_NUMS
CBZip2InputStream
public CBZip2InputStream(InputStream input)
read
public int read()
- Overrides:
read
in class InputStream
"Copyright © 2000-2002 Apache Jakarta Project. All Rights Reserved."