Java org.apache.hadoop.io.compress CompressionOutputStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.io.compress CompressionOutputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.io.compress CompressionOutputStream.

The text is from its open source code.

Subclass

org.apache.hadoop.io.compress.CompressionOutputStream has subclasses.
Click this link to see all its subclasses.

Method

voidclose()
voidfinish()
Finishes writing compressed data to the output stream without closing the underlying stream.
voidwrite(byte[] b, int off, int len)
Write compressed bytes to the stream.