Package org.bouncycastle.apache.bzip2
Class CBZip2InputStream
java.lang.Object
java.io.InputStream
org.bouncycastle.apache.bzip2.CBZip2InputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
,BZip2Constants
An input stream that decompresses from the BZip2 format (with the file
header chars) to be read as any other stream.
-
Field Summary
Fields inherited from interface org.bouncycastle.apache.bzip2.BZip2Constants
baseBlockSize, G_SIZE, MAX_ALPHA_SIZE, MAX_CODE_LEN, MAX_CODE_LEN_GEN, MAX_SELECTORS, N_GROUPS, N_ITERS, NUM_OVERSHOOT_BYTES, RUNA, RUNB
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
CBZip2InputStream
- Throws:
IOException
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-