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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

CompressionOutputStreamcreateOutputStream(OutputStream out)
Create a CompressionOutputStream that will write to the given OutputStream .
booleanisNativeCodeLoaded()
Are the native lz4 libraries loaded & initialized?
voidsetConf(Configuration conf)
Set the configuration to be used by this object.