public class GZIPOutputStream extends DeflaterOutputStream
Modifier and Type | Field and Description |
---|---|
protected CRC32 |
crc |
buf, def
out
Constructor and Description |
---|
GZIPOutputStream(OutputStream outst) |
GZIPOutputStream(OutputStream outst,
int readsize) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
finish() |
void |
write(byte[] buf,
int offset,
int len) |
deflate, write
flush, write
protected CRC32 crc
public GZIPOutputStream(OutputStream outst) throws IOException
IOException
public GZIPOutputStream(OutputStream outst, int readsize) throws IOException
IOException
public void close() throws IOException
close
in class DeflaterOutputStream
IOException
public void finish() throws IOException
finish
in class DeflaterOutputStream
IOException
public void write(byte[] buf, int offset, int len) throws IOException
write
in class DeflaterOutputStream
IOException