org.codehaus.plexus.archiver.bzip2
public class CBZip2OutputStream extends OutputStream implements BZip2Constants
Version: $Revision: 2436 $ $Date: 2005-09-01 20:20:41 +0300 (Thu, 01 Sep 2005) $ from org.apache.ant.tools.bzip2.CBZip2OutputStream v1.22
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 |