readProto

Decode a series of bytes into a value

  1. BuffType!T readProto(R src)
    readProto
    (
    string T
    R
    )
    (
    auto ref R src
    )
    if (
    T.msgType == "int32".msgType
    )
  2. BuffType!T readProto(R src)
  3. BuffType!T readProto(R src)

Parameters

src R

The data stream

Return Value

Type: BuffType!T

The decoded value

Meta