public interface Compressor
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCompressed(BytesReference bytes) |
StreamInput |
streamInput(StreamInput in) |
StreamOutput |
streamOutput(StreamOutput out) |
boolean isCompressed(BytesReference bytes)
StreamInput streamInput(StreamInput in) throws java.io.IOException
java.io.IOExceptionStreamOutput streamOutput(StreamOutput out) throws java.io.IOException
java.io.IOException