Class Pack200CompressorInputStream

java.lang.Object
java.io.InputStream
org.apache.commons.compress.compressors.CompressorInputStream
org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

An input stream that decompresses from the Pack200 format to be read as any other stream.

The getCount and getBytesRead methods always return 0.

Since:
1.3
This class is not thread-safe