public class GzipOutputStream extends DeflatedOutputStream
GZIPOutputStream
that supports reusing a Deflater
instance._buf, _def, closed
out
Constructor and Description |
---|
GzipOutputStream(OutputStream out,
Deflater deflater,
byte[] buffer) |
Modifier and Type | Method and Description |
---|---|
void |
finish() |
void |
write(byte[] buf,
int off,
int len) |
close, write
flush, write
public GzipOutputStream(OutputStream out, Deflater deflater, byte[] buffer) throws IOException
IOException
public void write(byte[] buf, int off, int len) throws IOException
write
in class DeflatedOutputStream
IOException
public void finish() throws IOException
finish
in class DeflatedOutputStream
IOException
Copyright © 1995-2015 Webtide. All Rights Reserved.