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

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

Introduction

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

The text is from its open source code.

Constructor

Pack200CompressorOutputStream(final OutputStream out, final Pack200Strategy mode, final Map props)
Compresses the given stream using the given strategy to cache the results and the given properties.
Pack200CompressorOutputStream(final OutputStream out)
Compresses the given stream, caching the compressed data in memory.