Top Interfaces Classes
[default module]

Package org.apache.tools.bzip2


Interface Summary

Modifier and TypeInterface and Description
public interface
BZip2Constants

Base class for both the compress and decompress classes.

Class Summary

Modifier and TypeClass and Description
pack-priv class
BlockSort

Encapsulates the Burrows-Wheeler sorting algorithm needed by CBZip2OutputStream.

public class
CBZip2InputStream

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

public class
CBZip2OutputStream

An output stream that compresses into the BZip2 format (without the file header chars) into another stream.

pack-priv class
CRC

A simple class the hold and calculate the CRC for sanity checking of the data.