Returns the message encoding that this compressor uses. This can be values such as "gzip", "deflate", "snappy", etc.
()
| 30 | * <p>This can be values such as "gzip", "deflate", "snappy", etc. |
| 31 | */ |
| 32 | String getMessageEncoding(); |
| 33 | |
| 34 | /** |
| 35 | * Wraps an existing output stream with a compressing output stream. |
no outgoing calls