Uses of Class
org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream.Data
Packages that use BZip2CompressorOutputStream.Data
-
Uses of BZip2CompressorOutputStream.Data in org.jboss.shrinkwrap.impl.base.io.tar.bzip
Fields in org.jboss.shrinkwrap.impl.base.io.tar.bzip declared as BZip2CompressorOutputStream.DataModifier and TypeFieldDescriptionprivate BZip2CompressorOutputStream.DataBZip2CompressorOutputStream.dataAll memory intensive stuff.Methods in org.jboss.shrinkwrap.impl.base.io.tar.bzip 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.jboss.shrinkwrap.impl.base.io.tar.bzip with parameters of type BZip2CompressorOutputStream.Data