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
/
MsgUnpacker
MsgUnpacker
msgpack4z.MsgUnpacker
trait
MsgUnpacker
Attributes
See also:
https://github.com/msgpack4z/msgpack4z-api/blob/v0.2.0/src/main/java/msgpack4z/MsgUnpacker.java
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
class
MsgInBuffer
Clear all
Members list
Concise view
Value members
Abstract methods
def
arrayEnd
():
Unit
def
close
():
Unit
def
mapEnd
():
Unit
def
nextType
():
MsgType
def
readPayload
(
a
:
Array
[
Byte
]):
Unit
def
readPayload
(
length
:
Int
):
Array
[
Byte
]
def
unpackArrayHeader
():
Int
def
unpackBigInteger
():
BigInteger
def
unpackBinary
():
Array
[
Byte
]
def
unpackBoolean
():
Boolean
def
unpackByte
():
Byte
def
unpackDouble
():
Double
def
unpackExtTypeHeader
():
ExtTypeHeader
def
unpackFloat
():
Float
def
unpackInt
():
Int
def
unpackLong
():
Long
def
unpackMapHeader
():
Int
def
unpackNil
():
Unit
def
unpackShort
():
Short
def
unpackString
():
String