Package org.apache.tools.bzip2


package org.apache.tools.bzip2
  • Class
    Description
    Base class for both the compress and decompress classes.
    An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.
    An output stream that compresses into the BZip2 format (without the file header chars) into another stream.