Uses of Class
org.apache.hadoop.io.compress.CompressionInputStream
Packages that use CompressionInputStream
-
Uses of CompressionInputStream in org.apache.hadoop.io.compress
Subclasses of CompressionInputStream in org.apache.hadoop.io.compressModifier and TypeClassDescriptionclassADecompressorStreamwhich works with 'block-based' based compression algorithms, as opposed to 'stream-based' compression algorithms.classprotected static final classThe decompressor.classAn InputStream covering a range of compressed data.Methods in org.apache.hadoop.io.compress that return CompressionInputStreamModifier and TypeMethodDescriptionBZip2Codec.createInputStream(InputStream in) Create aCompressionInputStreamthat will read from the given input stream and return a stream for uncompressed data.BZip2Codec.createInputStream(InputStream in, Decompressor decompressor) Create aCompressionInputStreamthat will read from the givenInputStreamwith the givenDecompressor, and return a stream for uncompressed data.CompressionCodec.createInputStream(InputStream in) Create aCompressionInputStreamthat will read from the given input stream.CompressionCodec.createInputStream(InputStream in, Decompressor decompressor) Create aCompressionInputStreamthat will read from the givenInputStreamwith the givenDecompressor.DefaultCodec.createInputStream(InputStream in) DefaultCodec.createInputStream(InputStream in, Decompressor decompressor) GzipCodec.createInputStream(InputStream in) GzipCodec.createInputStream(InputStream in, Decompressor decompressor) Lz4Codec.createInputStream(InputStream in) Create aCompressionInputStreamthat will read from the given input stream.Lz4Codec.createInputStream(InputStream in, Decompressor decompressor) Create aCompressionInputStreamthat will read from the givenInputStreamwith the givenDecompressor.PassthroughCodec.createInputStream(InputStream in) PassthroughCodec.createInputStream(InputStream in, Decompressor decompressor) SnappyCodec.createInputStream(InputStream in) Create aCompressionInputStreamthat will read from the given input stream.SnappyCodec.createInputStream(InputStream in, Decompressor decompressor) Create aCompressionInputStreamthat will read from the givenInputStreamwith the givenDecompressor.ZStandardCodec.createInputStream(InputStream in) Create aCompressionInputStreamthat will read from the given input stream.ZStandardCodec.createInputStream(InputStream in, Decompressor decompressor) Create aCompressionInputStreamthat will read from the givenInputStreamwith the givenDecompressor.