Class Snappy
- java.lang.Object
-
- io.netty.handler.codec.compression.Snappy
-
public final class Snappy extends Object
Uncompresses an inputByteBuf
encoded with Snappy compression into an outputByteBuf
. See snappy format.
-
-
Constructor Summary
Constructors Constructor Description Snappy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
decode(ByteBuf in, ByteBuf out)
void
encode(ByteBuf in, ByteBuf out, int length)
void
reset()
-