Java org.apache.commons.compress.bzip2 CBZip2InputStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.compress.bzip2 CBZip2InputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.compress.bzip2 CBZip2InputStream.

The text is from its open source code.

Constructor

Method

voidclose()
intread(byte b[], int off, int len)
Reads up to len bytes of data from the input stream into an array of bytes.