final class ChannelWrapper extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChannelWrapper
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ChannelWrapper(buffer: ByteBuf)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val buffer: ByteBuf
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
toString(): String
- Definition Classes
- Any
- def writeLenghtEncodedString(value: String, charset: Charset): Unit
- def writeLength(length: Long): Unit
- def writeLongInt(i: Int): Unit
- def writePacketLength(sequence: Int = 0): Unit