public class GzipCompressor extends DeflateCompressor
| Constructor and Description |
|---|
GzipCompressor() |
| Modifier and Type | Method and Description |
|---|---|
protected ByteString |
compressWithBuffer(ByteString input,
byte[] buffer) |
protected java.util.zip.Deflater |
deflater() |
protected ByteString |
finishWithBuffer(byte[] buffer) |
protected ByteString |
flushWithBuffer(byte[] buffer) |
close, compress, compressAndFinish, compressAndFlush, drainDeflater, finish, flush, MinBufferSizeprotected java.util.zip.Deflater deflater()
deflater in class DeflateCompressorprotected ByteString compressWithBuffer(ByteString input, byte[] buffer)
compressWithBuffer in class DeflateCompressorprotected ByteString flushWithBuffer(byte[] buffer)
flushWithBuffer in class DeflateCompressorprotected ByteString finishWithBuffer(byte[] buffer)
finishWithBuffer in class DeflateCompressor