()
| 34 | */ |
| 35 | final class Gzip implements Codec { |
| 36 | @Override |
| 37 | public String getMessageEncoding() { |
| 38 | return "gzip"; |
| 39 | } |
| 40 | |
| 41 | @Override |
| 42 | public OutputStream compress(OutputStream os) throws IOException { |
nothing calls this directly
no outgoing calls
no test coverage detected