API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.bzip2. CBZip2OutputStream View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      OutputStream
          CBZip2OutputStream
Implements
 BZip2Constants
Subclasses
Description
public class CBZip2OutputStream
  An output stream that compresses into the BZip2 format (without the file header chars) into another stream.
See also:   
Constructors
public CBZip2OutputStream (java.io.OutputStream inStream) throws java.io.IOException
public CBZip2OutputStream (java.io.OutputStream inStream, int inBlockSize) throws java.io.IOException
Methods
Hide/Show inherited methods
public void close () throws java.io.IOException [Overrides java.io.OutputStream]
protected void finalize () throws java.lang.Throwable
public void flush () throws java.io.IOException [Overrides java.io.OutputStream]
protectedstatic void hbMakeCodeLengths (char[] len, int[] freq, int alphaSize, int maxLen)
public void write (byte[] arg0) throws java.io.IOException [Inherited From java.io.OutputStream]
public void write (byte[] arg0, int arg1, int arg2) throws java.io.IOException [Inherited From java.io.OutputStream]
public void write (int bv) throws java.io.IOException [Specified in java.io.OutputStream]
modified by Oliver Merkel, 010128
Fields
Hide/Show inherited fields
publicfinalstatic int baseBlockSize = "100000" [Inherited From BZip2Constants]
pack-private boolean blockRandomised
pack-private int blockSize100k
pack-private int bsBuff
pack-private int bsLive
pack-private int bytesOut
protectedfinalstatic int CLEARMASK = "-2097153"
pack-private boolean closed
protectedfinalstatic int DEPTH_THRESH = "10"
publicfinalstatic int G_SIZE = "50" [Inherited From BZip2Constants]
protectedfinalstatic int GREATER_ICOST = "15"
pack-private int last
protectedfinalstatic int LESSER_ICOST = "0"
publicfinalstatic int MAX_ALPHA_SIZE = "258" [Inherited From BZip2Constants]
publicfinalstatic int MAX_CODE_LEN = "23" [Inherited From BZip2Constants]
publicfinalstatic int MAX_SELECTORS = "18002" [Inherited From BZip2Constants]
pack-private org.apache.tools.bzip2.CRC mCrc
publicfinalstatic int N_GROUPS = "6" [Inherited From BZip2Constants]
publicfinalstatic int N_ITERS = "4" [Inherited From BZip2Constants]
publicfinalstatic int NUM_OVERSHOOT_BYTES = "20" [Inherited From BZip2Constants]
pack-private int origPtr
protectedfinalstatic int QSORT_STACK_SIZE = "1000"
publicfinalstatic int rNums [Inherited From BZip2Constants]
  This array really shouldn't be here.
publicfinalstatic int RUNA = "0" [Inherited From BZip2Constants]
publicfinalstatic int RUNB = "1" [Inherited From BZip2Constants]
protectedfinalstatic int SETMASK = "2097152"
protectedfinalstatic int SMALL_THRESH = "20"
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar