Package | Description |
---|---|
org.apache.commons.compress.compressors.bzip2 |
Provides stream classes for compressing and decompressing
streams using the BZip2 algorithm.
|
Modifier and Type | Field and Description |
---|---|
private BZip2CompressorOutputStream.Data |
BZip2CompressorOutputStream.data
All memory intensive stuff.
|
Modifier and Type | Method and Description |
---|---|
private static void |
BZip2CompressorOutputStream.hbMakeCodeLengths(byte[] len,
int[] freq,
BZip2CompressorOutputStream.Data dat,
int alphaSize,
int maxLen) |
private void |
BZip2CompressorOutputStream.mainQSort3(BZip2CompressorOutputStream.Data dataShadow,
int loSt,
int hiSt,
int dSt)
Method "mainQSort3", file "blocksort.c", BZip2 1.0.2
|
private boolean |
BZip2CompressorOutputStream.mainSimpleSort(BZip2CompressorOutputStream.Data dataShadow,
int lo,
int hi,
int d)
This is the most hammered method of this class.
|