public class GzipLogEncoder extends java.lang.Object implements ILogEncoder
ILogEncoder| Constructor and Description |
|---|
GzipLogEncoder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
contentEncoding()
Provides name of Gzip content encoding.
|
byte[] |
encode(byte[] what)
Encode given bytes to gzip format.
|
public java.lang.String contentEncoding()
contentEncoding in interface ILogEncoderILogEncoder.contentEncoding()public byte[] encode(byte[] what)
encode in interface ILogEncoderwhat - Bytes to encode.