public final class Snappy extends Object
ByteBuf encoded with Snappy compression into an
output ByteBuf.
See snappy format.| Constructor and Description |
|---|
Snappy() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(io.netty.buffer.ByteBuf in,
io.netty.buffer.ByteBuf out) |
void |
encode(io.netty.buffer.ByteBuf in,
io.netty.buffer.ByteBuf out,
int length) |
void |
reset() |
Copyright © 2008–2019 The Netty Project. All rights reserved.