Uses of Class
org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data

Packages that use BZip2CompressorOutputStream.Data
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
private  BZip2CompressorOutputStream.Data BZip2CompressorOutputStream.data
          All memory intensive stuff.
 

Methods in org.apache.commons.compress.compressors.bzip2 with parameters of type BZip2CompressorOutputStream.Data
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.