org.mule.util.compression
Class GZIPCompressorInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.util.zip.DeflaterInputStream
org.mule.util.compression.GZIPCompressorInputStream
- All Implemented Interfaces:
- Closeable
public class GZIPCompressorInputStream
- extends DeflaterInputStream
Implements an input stream for compressing input data in the GZIP compression format.
|
Method Summary |
int |
read(byte[] b,
int off,
int len)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GZIPCompressorInputStream
public GZIPCompressorInputStream(InputStream in)
- Creates a new
GZIPCompressorInputStream from an uncompressed InputStream.
- Parameters:
in - The uncompressed InputStream.
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read in class DeflaterInputStream
- Throws:
IOException
Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.