org.apache.commons.compress.bzip2
Class CBZip2InputStream
java.lang.Object
java.io.InputStream
org.apache.commons.compress.bzip2.CBZip2InputStream
- All Implemented Interfaces:
- org.apache.commons.compress.bzip2.BZip2Constants
- public class CBZip2InputStream
- extends java.io.InputStream
- implements org.apache.commons.compress.bzip2.BZip2Constants
An input stream that decompresses from the BZip2 format (without the file
header chars) to be read as any other stream.
Method Summary |
int |
read()
|
Methods inherited from class java.io.InputStream |
available, close, mark, markSupported, read, read, reset, skip |
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
- See Also:
- Constant Field Values
MAX_ALPHA_SIZE
public static final int MAX_ALPHA_SIZE
- See Also:
- Constant Field Values
MAX_CODE_LEN
public static final int MAX_CODE_LEN
- See Also:
- Constant Field Values
RUNA
public static final int RUNA
- See Also:
- Constant Field Values
RUNB
public static final int RUNB
- See Also:
- Constant Field Values
N_GROUPS
public static final int N_GROUPS
- See Also:
- Constant Field Values
G_SIZE
public static final int G_SIZE
- See Also:
- Constant Field Values
N_ITERS
public static final int N_ITERS
- See Also:
- Constant Field Values
MAX_SELECTORS
public static final int MAX_SELECTORS
- See Also:
- Constant Field Values
NUM_OVERSHOOT_BYTES
public static final int NUM_OVERSHOOT_BYTES
- See Also:
- Constant Field Values
RAND_NUMS
public static final int[] RAND_NUMS
CBZip2InputStream
public CBZip2InputStream(java.io.InputStream input)
read
public int read()
Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.