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
/
MsgOutBuffer
MsgOutBuffer
msgpack4z.MsgOutBuffer
See the
MsgOutBuffer
companion object
final
class
MsgOutBuffer
extends
MsgPacker
Attributes
Companion:
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
MsgPacker
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Concrete methods
override
def
arrayEnd
():
Unit
Attributes
Definition Classes
MsgPacker
def
close
():
Unit
override
def
mapEnd
():
Unit
Attributes
Definition Classes
MsgPacker
override
def
packArrayHeader
(
size
:
Int
):
Unit
Attributes
Definition Classes
MsgPacker
def
packBigInteger
(
bi
:
BigInteger
):
Unit
override
def
packBinary
(
array
:
Array
[
Byte
]):
Unit
Attributes
Definition Classes
MsgPacker
override
def
packBoolean
(
a
:
Boolean
):
Unit
Attributes
Definition Classes
MsgPacker
override
def
packByte
(
b
:
Byte
):
Unit
Attributes
Definition Classes
MsgPacker
def
packDouble
(
v
:
Double
):
Unit
override
def
packExtTypeHeader
(
extType
:
Byte
,
payloadLen
:
Int
):
Unit
Attributes
Definition Classes
MsgPacker
def
packFloat
(
v
:
Float
):
Unit
def
packInt
(
r
:
Int
):
Unit
def
packLong
(
v
:
Long
):
Unit
override
def
packMapHeader
(
size
:
Int
):
Unit
Attributes
Definition Classes
MsgPacker
override
def
packNil
():
Unit
Attributes
Definition Classes
MsgPacker
def
packShort
(
v
:
Short
):
Unit
override
def
packString
(
str
:
String
):
Unit
Attributes
Definition Classes
MsgPacker
override
def
result
():
Array
[
Byte
]
Attributes
Definition Classes
MsgPacker
override
def
writePayload
(
a
:
Array
[
Byte
]):
Unit
Attributes
Definition Classes
MsgPacker