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