|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
org.bouncycastle.apache.bzip2.CBZip2InputStream
public class CBZip2InputStream
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_SELECTORS, N_GROUPS, N_ITERS, NUM_OVERSHOOT_BYTES, rNums, RUNA, RUNB |
| Constructor Summary | |
|---|---|
CBZip2InputStream(java.io.InputStream zStream)
|
|
| 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 |
| Constructor Detail |
|---|
public CBZip2InputStream(java.io.InputStream zStream)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public int read()
read in class java.io.InputStream
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||