Package | Description |
---|---|
org.jboss.shrinkwrap.impl.base.io.tar.bzip |
Modifier and Type | Field and Description |
---|---|
private BZip2CompressorOutputStream.Data |
BZip2CompressorOutputStream.data
All memory intensive stuff.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
BlockSort.blockSort(BZip2CompressorOutputStream.Data data,
int last) |
(package private) void |
BlockSort.fallbackSort(BZip2CompressorOutputStream.Data data,
int last)
Adapt fallbackSort to the expected interface of the rest of the
code, in particular deal with the fact that block starts at
offset 1 (in libbzip2 1.0.6 it starts at 0).
|
private static void |
BZip2CompressorOutputStream.hbMakeCodeLengths(byte[] len,
int[] freq,
BZip2CompressorOutputStream.Data dat,
int alphaSize,
int maxLen) |
private void |
BlockSort.mainQSort3(BZip2CompressorOutputStream.Data dataShadow,
int loSt,
int hiSt,
int dSt,
int last)
Method "mainQSort3", file "blocksort.c", BZip2 1.0.2
|
private boolean |
BlockSort.mainSimpleSort(BZip2CompressorOutputStream.Data dataShadow,
int lo,
int hi,
int d,
int lastShadow)
This is the most hammered method of this class.
|
(package private) void |
BlockSort.mainSort(BZip2CompressorOutputStream.Data dataShadow,
int lastShadow) |
Constructor and Description |
---|
BlockSort(BZip2CompressorOutputStream.Data data) |