public class GZIPOutputStream extends DeflaterOutputStream
Modifier and Type | Field and Description |
---|---|
protected CRC32 |
crc |
buf, def
out
Constructor and Description |
---|
GZIPOutputStream(OutputStream var0) |
GZIPOutputStream(OutputStream var0,
int var1) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
finish() |
void |
write(byte[] var0,
int var1,
int var2) |
deflate, write
flush, write
protected CRC32 crc
public GZIPOutputStream(OutputStream var0) throws IOException
IOException
public GZIPOutputStream(OutputStream var0, int var1) throws IOException
IOException
public void finish() throws IOException
finish
in class DeflaterOutputStream
IOException
public void close() throws IOException
close
in class DeflaterOutputStream
IOException
public void write(byte[] var0, int var1, int var2) throws IOException
write
in class DeflaterOutputStream
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.