MsgUnpacker

class Object
trait Matchable
class Any

Value members

Abstract methods

def arrayEnd(): Unit
def close(): Unit
def mapEnd(): Unit
def readPayload(a: Array[Byte]): Unit
def readPayload(length: Int): Array[Byte]
def unpackArrayHeader(): Int
def unpackBigInteger(): BigInteger
def unpackBinary(): Array[Byte]
def unpackBoolean(): Boolean
def unpackByte(): Byte
def unpackDouble(): Double
def unpackFloat(): Float
def unpackInt(): Int
def unpackLong(): Long
def unpackMapHeader(): Int
def unpackNil(): Unit
def unpackShort(): Short
def unpackString(): String