API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.bzip2. CBZip2InputStream View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      InputStream
          CBZip2InputStream
Implements
 BZip2Constants
Subclasses
Description
public class CBZip2InputStream
  An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.
See also:   
Constructors
public CBZip2InputStream (java.io.InputStream in) throws java.io.IOException
  Constructs a new CBZip2InputStream which decompresses bytes read from the specified stream.
Methods
Hide/Show inherited methods
public int available () throws java.io.IOException [Inherited From java.io.InputStream]
public void close () throws java.io.IOException [Overrides java.io.InputStream]
publicsynchronized void mark (int arg0) [Inherited From java.io.InputStream]
public boolean markSupported () [Inherited From java.io.InputStream]
public int read () throws java.io.IOException [Specified in java.io.InputStream]
public int read (byte[] arg0) throws java.io.IOException [Inherited From java.io.InputStream]
public int read (byte[] dest, int offs, int len) throws java.io.IOException [Overrides java.io.InputStream]
publicsynchronized void reset () throws java.io.IOException [Inherited From java.io.InputStream]
public long skip (long arg0) throws java.io.IOException [Inherited From java.io.InputStream]
Fields
Hide/Show inherited fields
publicfinalstatic int baseBlockSize = "100000" [Inherited From BZip2Constants]
publicfinalstatic int G_SIZE = "50" [Inherited From BZip2Constants]
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]
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]
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]
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar