org.apache.tools.bzip2

Class CBZip2InputStream

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.
Constructor Summary
CBZip2InputStream(InputStream zStream)
Method Summary
intread()

Constructor Detail

CBZip2InputStream

public CBZip2InputStream(InputStream zStream)

Method Detail

read

public int read()
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.