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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidcheckNativeCodeLoaded()
Are the native snappy libraries loaded & initialized?
CompressionInputStreamcreateInputStream(InputStream in)
Create a CompressionInputStream that will read from the given input stream.
CompressionOutputStreamcreateOutputStream(OutputStream out)
Create a CompressionOutputStream that will write to the given OutputStream .
booleanisNativeCodeLoaded()
voidsetConf(Configuration conf)
Set the configuration to be used by this object.