Class Bzip2Decoder

    • Field Detail

      • reader

        private final Bzip2BitReader reader
        A reader that provides bit-level reads.
      • blockSize

        private int blockSize
        Always: in the range 0 .. 9. The current block size is 100000 * this number.
      • blockCRC

        private int blockCRC
        The CRC of the current block as read from the block header.
      • streamCRC

        private int streamCRC
        The merged CRC of all blocks decompressed so far.
    • Constructor Detail

      • Bzip2Decoder

        public Bzip2Decoder()
    • Method Detail

      • isClosed

        public boolean isClosed()
        Returns true if and only if the end of the compressed stream has been reached.