public class Snappy extends Object
| Constructor and Description |
|---|
Snappy() |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.buffer.ByteBuf |
compress(io.netty.buffer.ByteBufAllocator allocator,
io.netty.buffer.ByteBuf raw) |
static io.netty.buffer.ByteBuf |
decompress(io.netty.buffer.ByteBufAllocator allocator,
io.netty.buffer.ByteBuf compressed) |
public static io.netty.buffer.ByteBuf compress(io.netty.buffer.ByteBufAllocator allocator,
@CallerMustRelease
io.netty.buffer.ByteBuf raw)
public static io.netty.buffer.ByteBuf decompress(io.netty.buffer.ByteBufAllocator allocator,
@CallerMustRelease
io.netty.buffer.ByteBuf compressed)
Copyright © 2018. All rights reserved.