public class ByteBufs extends Object
| Constructor and Description |
|---|
ByteBufs() |
| Modifier and Type | Method and Description |
|---|---|
static String |
readCString(io.netty.buffer.ByteBuf buffer,
Charset charset) |
static void |
writeCString(io.netty.buffer.ByteBuf buffer,
byte[] valBytes) |
static void |
writeCString(io.netty.buffer.ByteBuf buffer,
String val,
Charset charset) |
Copyright © 2013-2015 impossibl.com. All Rights Reserved.