Java org.apache.commons.compress.archivers.zip StreamCompressor fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.compress.archivers.zip StreamCompressor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.compress.archivers.zip StreamCompressor.

The text is from its open source code.

Method

StreamCompressorcreate(final OutputStream os, final Deflater deflater)
Create a stream compressor with the given compression level.
StreamCompressorcreate(final DataOutput os, final Deflater deflater)
Create a stream compressor with the given compression level.
StreamCompressorcreate(final SeekableByteChannel os, final Deflater deflater)
Create a stream compressor with the given compression level.
StreamCompressorcreate(final int compressionLevel, final ScatterGatherBackingStore bs)
Create a stream compressor with the given compression level.