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(ByteBuf in,
ByteBuf out) |
void |
encode(ByteBuf in,
ByteBuf out,
int length) |
void |
reset() |
Copyright © 2008–2017 The Netty Project. All rights reserved.