Class BZip2CompressorOutputStream.Data

    • Field Detail

      • inUse

        final boolean[] inUse
      • unseqToSeq

        final byte[] unseqToSeq
      • mtfFreq

        final int[] mtfFreq
      • selector

        final byte[] selector
      • selectorMtf

        final byte[] selectorMtf
      • generateMTFValues_yy

        final byte[] generateMTFValues_yy
      • sendMTFValues_len

        final byte[][] sendMTFValues_len
      • sendMTFValues_rfreq

        final int[][] sendMTFValues_rfreq
      • sendMTFValues_fave

        final int[] sendMTFValues_fave
      • sendMTFValues_cost

        final short[] sendMTFValues_cost
      • sendMTFValues_code

        final int[][] sendMTFValues_code
      • sendMTFValues2_pos

        final byte[] sendMTFValues2_pos
      • sentMTFValues4_inUse16

        final boolean[] sentMTFValues4_inUse16
      • heap

        final int[] heap
      • weight

        final int[] weight
      • parent

        final int[] parent
      • block

        final byte[] block
      • fmap

        final int[] fmap
      • sfmap

        final char[] sfmap
      • origPtr

        int origPtr
        Index of original line in Burrows-Wheeler table.

        This is the index in fmap that points to the last byte of the original data.

    • Constructor Detail

      • Data

        Data​(int blockSize100k)