Uses of Class
org.apache.hadoop.io.compress.CompressionInputStream

Packages that use CompressionInputStream
org.apache.hadoop.io.compress   
 

Uses of CompressionInputStream in org.apache.hadoop.io.compress
 

Subclasses of CompressionInputStream in org.apache.hadoop.io.compress
protected static class GzipCodec.GzipInputStream
           
 

Methods in org.apache.hadoop.io.compress that return CompressionInputStream
 CompressionInputStream GzipCodec.createInputStream(InputStream in)
          Create a stream decompressor that will read from the given input stream.
 CompressionInputStream DefaultCodec.createInputStream(InputStream in)
          Create a stream decompressor that will read from the given input stream.
 CompressionInputStream CompressionCodec.createInputStream(InputStream in)
          Create a stream decompressor that will read from the given input stream.
 



Copyright © 2006 The Apache Software Foundation