ChannelWrapper

final
class ChannelWrapper(val buffer: ByteBuf) extends AnyVal
Companion
object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def mysqlReadInt(): Int
def readCString(charset: Charset): String
def readFixedString(length: Int, charset: Charset): String
def readLengthEncodedString(charset: Charset): String
def readLongInt: Int
def readUntilEOF(charset: Charset): String
def writeLenghtEncodedString(value: String, charset: Charset): Unit
def writeLength(length: Long): Unit
def writeLongInt(i: Int): Unit
def writePacketLength(sequence: Int): Unit

Concrete fields

val buffer: ByteBuf