org.apache.commons.compress.compressors.bzip2
Class BZip2CompressorOutputStream.Data
java.lang.Object
org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- Enclosing class:
- BZip2CompressorOutputStream
private static final class BZip2CompressorOutputStream.Data
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
stack_ll
final int[] stack_ll
stack_hh
final int[] stack_hh
stack_dd
final int[] stack_dd
mainSort_runningOrder
final int[] mainSort_runningOrder
mainSort_copy
final int[] mainSort_copy
mainSort_bigDone
final boolean[] mainSort_bigDone
heap
final int[] heap
weight
final int[] weight
parent
final int[] parent
ftab
final int[] ftab
block
final byte[] block
fmap
final int[] fmap
sfmap
final char[] sfmap
quadrant
final char[] quadrant
- Array instance identical to sfmap, both are used only
temporarily and indepently, so we do not need to allocate
additional memory.
BZip2CompressorOutputStream.Data
BZip2CompressorOutputStream.Data(int blockSize100k)