Package pl.tkowalcz.tjahzi.http
Class Snappy
- java.lang.Object
-
- pl.tkowalcz.tjahzi.http.Snappy
-
public final class Snappy extends java.lang.ObjectUncompresses an inputByteBufencoded 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 voidencode(io.netty.buffer.ByteBuf in, io.netty.buffer.ByteBuf out, int length)
-