MsgPacker

msgpack4z.MsgPacker
trait MsgPacker

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 mapEnd(): Unit
def packArrayHeader(a: Int): Unit
def packBigInteger(a: BigInteger): Unit
def packBinary(a: Array[Byte]): Unit
def packBoolean(a: Boolean): Unit
def packByte(a: Byte): Unit
def packDouble(a: Double): Unit
def packExtTypeHeader(extType: Byte, payloadLen: Int): Unit
def packFloat(a: Float): Unit
def packInt(a: Int): Unit
def packLong(a: Long): Unit
def packMapHeader(a: Int): Unit
def packNil(): Unit
def packShort(a: Short): Unit
def packString(a: String): Unit
def result(): Array[Byte]
def writePayload(a: Array[Byte]): Unit