ChannelWrapper

com.github.mauricio.async.db.util.ChannelWrapper
See theChannelWrapper companion object
final class ChannelWrapper(val buffer: ByteBuf) extends AnyVal

Attributes

Companion
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def mysqlReadInt(): Int
def readBinaryLength: Long
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