org.codehaus.plexus.archiver.bzip2
Class CBZip2InputStream
java.lang.Object
java.io.InputStream
org.codehaus.plexus.archiver.bzip2.CBZip2InputStream
- All Implemented Interfaces:
- Closeable, BZip2Constants
public class CBZip2InputStream
- extends InputStream
- implements BZip2Constants
An input stream that decompresses from the BZip2 format (without the file
header chars) to be read as any other stream.
- Version:
- $Revision$ $Date$
from org.apache.ant.tools.bzip2.CBZip2InputStream v1.18
Fields inherited from interface org.codehaus.plexus.archiver.bzip2.BZip2Constants |
baseBlockSize, G_SIZE, MAX_ALPHA_SIZE, MAX_CODE_LEN, MAX_SELECTORS, N_GROUPS, N_ITERS, NUM_OVERSHOOT_BYTES, rNums, RUNA, RUNB |
Method Summary |
int |
read()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CBZip2InputStream
public CBZip2InputStream(InputStream zStream)
read
public int read()
- Specified by:
read
in class InputStream
Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.