static final class BZip2CompressorOutputStream.Data
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
block |
(package private) int[] |
fmap |
(package private) byte[] |
generateMTFValues_yy |
(package private) int[] |
heap |
(package private) boolean[] |
inUse |
(package private) int[] |
mtfFreq |
(package private) int |
origPtr
Index of original line in Burrows-Wheeler table.
|
(package private) int[] |
parent |
(package private) byte[] |
selector |
(package private) byte[] |
selectorMtf |
(package private) int[][] |
sendMTFValues_code |
(package private) short[] |
sendMTFValues_cost |
(package private) int[] |
sendMTFValues_fave |
(package private) byte[][] |
sendMTFValues_len |
(package private) int[][] |
sendMTFValues_rfreq |
(package private) byte[] |
sendMTFValues2_pos |
(package private) boolean[] |
sentMTFValues4_inUse16 |
(package private) char[] |
sfmap |
(package private) byte[] |
unseqToSeq |
(package private) int[] |
weight |
Constructor and Description |
---|
Data(int blockSize100k) |
final boolean[] inUse
final byte[] unseqToSeq
final int[] mtfFreq
final byte[] selector
final byte[] selectorMtf
final byte[] generateMTFValues_yy
final byte[][] sendMTFValues_len
final int[][] sendMTFValues_rfreq
final int[] sendMTFValues_fave
final short[] sendMTFValues_cost
final int[][] sendMTFValues_code
final byte[] sendMTFValues2_pos
final boolean[] sentMTFValues4_inUse16
final int[] heap
final int[] weight
final int[] parent
final byte[] block
final int[] fmap
final char[] sfmap
int origPtr
This is the index in fmap that points to the last byte of the original data.