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 input stream with a decompressing input stream. |
nothing calls this directly
no outgoing calls
no test coverage detected