public class QueryUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
LONG_RESPONSE_PADDING_BOTTOM |
static byte[] |
LONG_RESPONSE_PADDING_TOP |
| Constructor and Description |
|---|
QueryUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
readNullTerminatedString(io.netty.buffer.ByteBuf in) |
static void |
writeNullTerminatedByteArray(io.netty.buffer.ByteBuf buf,
byte[] array) |
static void |
writeNullTerminatedString(io.netty.buffer.ByteBuf buf,
String string) |
public static final byte[] LONG_RESPONSE_PADDING_TOP
public static final byte[] LONG_RESPONSE_PADDING_BOTTOM
public static void writeNullTerminatedByteArray(io.netty.buffer.ByteBuf buf,
byte[] array)
public static String readNullTerminatedString(io.netty.buffer.ByteBuf in)
public static void writeNullTerminatedString(io.netty.buffer.ByteBuf buf,
String string)
Copyright © 2018–2020. All rights reserved.