Java org.apache.commons.compress.compressors CompressorInputStream fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.commons.compress.compressors.CompressorInputStream has subclasses.
Click this link to see all its subclasses.

Method

voidclose()
Closes this input stream and releases any system resources associated with the stream.
ClassgetClass()
Returns the runtime class of this Object .
intread(byte b[])
Reads some number of bytes from the input stream and stores them into the buffer array b.