msgpack4z-native
msgpack4z-native
msgpack4z
Code
ExtTypeHeader
MsgInBuffer
MsgInBuffer
MsgOutBuffer
MsgOutBuffer
MsgPacker
MsgType
MsgType
NIL
BOOLEAN
INTEGER
FLOAT
STRING
ARRAY
MAP
BINARY
EXTENSION
MsgUnpacker
OptBool
OptBool
True
False
Empty
OptByte
OptByte
OptInt
OptInt
OptShort
OptShort
msgpack4z-native
/
msgpack4z
/
MsgPacker
MsgPacker
trait
MsgPacker
See also
https://github.com/msgpack4z/msgpack4z-api/blob/v0.2.0/src/main/java/msgpack4z/MsgPacker.java
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
class
MsgOutBuffer
Value members
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