final
class
ChannelWrapper extends AnyVal
Instance Constructors
-
new
ChannelWrapper(buffer: ByteBuf)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
buffer: ByteBuf
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
mysqlReadInt(): Int
-
def
read3BytesInt: Int
-
def
readBinaryLength: Long
-
def
readCString(charset: Charset): String
-
def
readFixedString(length: Int, charset: Charset): String
-
def
readLengthEncodedString(charset: Charset): String
-
def
readUntilEOF(charset: Charset): String
-
def
toString(): String
-
def
writeLenghtEncodedString(value: String, charset: Charset): Unit
-
def
writeLength(length: Long): Unit
-
def
writeLongInt(i: Int): Unit
-
def
writePacketLength(sequence: Int = 0): Unit
Inherited from AnyVal
Inherited from Any