| java.lang.Object java.io.OutputStream org.bouncycastle.apache.bzip2.CBZip2OutputStream
CBZip2OutputStream | public class CBZip2OutputStream extends OutputStream implements BZip2Constants(Code) | | An output stream that compresses into the BZip2 format (with the file
header chars) into another stream.
author: Keiron Liddle author: TODO: Update to BZip2 1.0.1 author: NB: note this class has been modified to add a leading BZ to the author: start of the BZIP2 stream to make it compatible with other PGP programs. |
CLEARMASK | final protected static int CLEARMASK(Code) | | |
DEPTH_THRESH | final protected static int DEPTH_THRESH(Code) | | |
GREATER_ICOST | final protected static int GREATER_ICOST(Code) | | |
LESSER_ICOST | final protected static int LESSER_ICOST(Code) | | |
QSORT_STACK_SIZE | final protected static int QSORT_STACK_SIZE(Code) | | |
SETMASK | final protected static int SETMASK(Code) | | |
SMALL_THRESH | final protected static int SMALL_THRESH(Code) | | |
blockRandomised | boolean blockRandomised(Code) | | |
blockSize100k | int blockSize100k(Code) | | |
hbMakeCodeLengths | protected static void hbMakeCodeLengths(char[] len, int[] freq, int alphaSize, int maxLen)(Code) | | |
write | public void write(int bv) throws IOException(Code) | | modified by Oliver Merkel, 010128
|
|
|