org.apache.tools.bzip2

Class CBZip2InputStream

Implemented Interfaces:
BZip2Constants

public class CBZip2InputStream
extends InputStream
implements BZip2Constants

An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.

Fields inherited from interface org.apache.tools.bzip2.BZip2Constants

G_SIZE, MAX_ALPHA_SIZE, MAX_CODE_LEN, MAX_SELECTORS, NUM_OVERSHOOT_BYTES, N_GROUPS, N_ITERS, RUNA, RUNB, baseBlockSize, rNums

Constructor Summary

CBZip2InputStream(InputStream zStream)

Method Summary

int
read()

Constructor Details

CBZip2InputStream

public CBZip2InputStream(InputStream zStream)

Method Details

read

public int read()

Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.