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
/
MsgUnpacker
MsgUnpacker
trait
MsgUnpacker
See also
https://github.com/msgpack4z/msgpack4z-api/blob/v0.2.0/src/main/java/msgpack4z/MsgUnpacker.java
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
class
MsgInBuffer
Value members
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