Uses of Class
org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
-
Packages that use BZip2CompressorOutputStream.Data Package Description org.apache.commons.compress.compressors.bzip2 Provides stream classes for compressing and decompressing streams using the BZip2 algorithm. -
-
Uses of BZip2CompressorOutputStream.Data in org.apache.commons.compress.compressors.bzip2
Fields in org.apache.commons.compress.compressors.bzip2 declared as BZip2CompressorOutputStream.Data Modifier and Type Field Description private BZip2CompressorOutputStream.Data
BZip2CompressorOutputStream. data
All memory intensive stuff.Methods in org.apache.commons.compress.compressors.bzip2 with parameters of type BZip2CompressorOutputStream.Data Modifier and Type Method 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.2private 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)
Constructors in org.apache.commons.compress.compressors.bzip2 with parameters of type BZip2CompressorOutputStream.Data Constructor Description BlockSort(BZip2CompressorOutputStream.Data data)
-