MsgUnpacker

msgpack4z.MsgUnpacker

Attributes

See also:
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

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 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