Package pl.tkowalcz.tjahzi.http
Class Snappy
java.lang.Object
pl.tkowalcz.tjahzi.http.Snappy
Uncompresses an input
ByteBuf encoded with Snappy compression into an
output ByteBuf.
See snappy format.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencode(io.netty.buffer.ByteBuf in, io.netty.buffer.ByteBuf out, int length)
-
Constructor Details
-
Snappy
public Snappy()
-
-
Method Details
-
encode
public void encode(io.netty.buffer.ByteBuf in, io.netty.buffer.ByteBuf out, int length)
-