Class BZip2CompressorOutputStream.Data
- java.lang.Object
-
- org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
-
- Enclosing class:
- BZip2CompressorOutputStream
static final class BZip2CompressorOutputStream.Data extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description Data(int blockSize100k)
-
-
-
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.
-
-