Uses of Class
org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
Packages that use BZip2CompressorOutputStream.Data
Package
Description
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.DataModifier and TypeFieldDescriptionprivate BZip2CompressorOutputStream.DataBZip2CompressorOutputStream.dataAll memory intensive stuff.Methods in org.apache.commons.compress.compressors.bzip2 with parameters of type BZip2CompressorOutputStream.DataModifier and TypeMethodDescription(package private) voidBlockSort.blockSort(BZip2CompressorOutputStream.Data data, int last) (package private) final voidBlockSort.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 voidBZip2CompressorOutputStream.hbMakeCodeLengths(byte[] len, int[] freq, BZip2CompressorOutputStream.Data dat, int alphaSize, int maxLen) private voidBlockSort.mainQSort3(BZip2CompressorOutputStream.Data dataShadow, int loSt, int hiSt, int dSt, int last) Method "mainQSort3", file "blocksort.c", BZip2 1.0.2private booleanBlockSort.mainSimpleSort(BZip2CompressorOutputStream.Data dataShadow, int lo, int hi, int d, int lastShadow) This is the most hammered method of this class.(package private) final voidBlockSort.mainSort(BZip2CompressorOutputStream.Data dataShadow, int lastShadow) Constructors in org.apache.commons.compress.compressors.bzip2 with parameters of type BZip2CompressorOutputStream.Data