ByteBufferUtils

class Object
trait Matchable
class Any

Value members

Concrete methods

def mysqlBuffer(estimate: Int): ByteBuf
def packetBuffer(estimate: Int): ByteBuf
def read3BytesInt(b: ByteBuf): Int
def readCString(b: ByteBuf, charset: Charset): String
def readUntilEOF(b: ByteBuf, charset: Charset): String
def write3BytesInt(b: ByteBuf, value: Int): Unit
def writeCString(content: String, b: ByteBuf, charset: Charset): Unit
def writeLength(buffer: ByteBuf): Unit
def writePacketLength(buffer: ByteBuf, sequence: Int): Unit
def writeSizedString(content: String, b: ByteBuf, charset: Charset): Unit