java.util.zip
Class GZIPOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
java.util.zip.DeflaterOutputStream
java.util.zip.GZIPOutputStream
public class GZIPOutputStream
- extends DeflaterOutputStream
Method Summary |
void |
close()
|
void |
finish()
|
void |
write(byte[] var0,
int var1,
int var2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
crc
protected CRC32 crc
GZIPOutputStream
public GZIPOutputStream(OutputStream var0)
throws IOException
- Throws:
IOException
GZIPOutputStream
public GZIPOutputStream(OutputStream var0,
int var1)
throws IOException
- Throws:
IOException
finish
public void finish()
throws IOException
- Overrides:
finish
in class DeflaterOutputStream
- Throws:
IOException
close
public void close()
throws IOException
- Overrides:
close
in class DeflaterOutputStream
- Throws:
IOException
write
public void write(byte[] var0,
int var1,
int var2)
throws IOException
- Overrides:
write
in class DeflaterOutputStream
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.