Package org.aksw.commons.io.hadoop.compress.bzip2


package org.aksw.commons.io.hadoop.compress.bzip2
  • Class
    Description
    This class provides output and input streams for bzip2 compression and decompression.
    An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.
    A state machine to keep track of current state of the de-coder