protected static class ReusableStreamGzipCodec.ReusableGzipOutputStream
extends CompressorStream
| Constructor and Description |
|---|
ReusableGzipOutputStream(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
finish() |
void |
flush() |
void |
resetState() |
void |
write(byte[] data,
int offset,
int length) |
void |
write(int b) |
public ReusableGzipOutputStream(OutputStream out) throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic void flush()
throws IOException
IOExceptionpublic void write(int b)
throws IOException
IOExceptionpublic void write(byte[] data,
int offset,
int length)
throws IOException
IOExceptionpublic void finish()
throws IOException
IOExceptionpublic void resetState()
throws IOException
IOException