org.apache.tools.bzip2
public class CBZip2OutputStream extends OutputStream implements BZip2Constants
Field Summary | |
---|---|
protected static int | CLEARMASK |
protected static int | DEPTH_THRESH |
protected static int | GREATER_ICOST |
protected static int | LESSER_ICOST |
protected static int | QSORT_STACK_SIZE |
protected static int | SETMASK |
protected static int | SMALL_THRESH |
Constructor Summary | |
---|---|
CBZip2OutputStream(OutputStream inStream) | |
CBZip2OutputStream(OutputStream inStream, int inBlockSize) |
Method Summary | |
---|---|
void | close() |
protected void | finalize() |
void | flush() |
protected static void | hbMakeCodeLengths(char[] len, int[] freq, int alphaSize, int maxLen) |
void | write(int bv)
modified by Oliver Merkel, 010128
|