public class GzipOutputStream extends DeflatedOutputStream
GZIPOutputStream that supports reusing a Deflater instance._buf, _def, closedout| 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, writeflush, writepublic GzipOutputStream(OutputStream out, Deflater deflater, byte[] buffer) throws IOException
IOExceptionpublic void write(byte[] buf,
int off,
int len)
throws IOException
write in class DeflatedOutputStreamIOExceptionpublic void finish()
throws IOException
finish in class DeflatedOutputStreamIOExceptionCopyright © 1995-2015 Webtide. All Rights Reserved.