dproto v1.1.1 (2014-11-02T22:46:59Z)
Home
Dub
Repo
readProto
dproto
serialize
Decode a series of bytes into a value
BuffType
!
T
readProto
(ubyte[] src)
BuffType
!
T
readProto
(ubyte[] src)
BuffType
!
T
readProto
(ubyte[] src)
BuffType
!
T
readProto
(
string
T
)
(
ref
ubyte
[]
src
)
if
(
T
== "double" ||
T
== "fixed64"
||
T
== "sfixed64"
||
T
== "float"
||
T
== "fixed32"
||
T
== "sfixed32"
)
BuffType
!
T
readProto
(ubyte[] src)
Parameters
src
ubyte
[]
The data stream
Return Value
Type:
BuffType
!
T
The decoded value
Meta
Source
See Implementation
dproto
serialize
functions
IsBuiltinType
defaultDecode
fromVarint
fromZigZag
msgNum
readProto
readVarint
toVarint
toZigZag
wireType
writeProto
manifest constants
ENUM_SERIALIZATION
PACKED_MSG_TYPE
templates
BuffType
MsgType
Decode a series of bytes into a value