Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Quartz::RPC::PB
Constants
WIRE_LEN = 2_u8
WIRE_VARINT = 0_u8
Instance methods
read_bytes
(io :
IO
) :
Bytes
Source
read_tag
(io :
IO
) :
Tuple
(
Int32
,
UInt8
) |
Nil
Source
skip
(io :
IO
, wire :
UInt8
) :
Nil
Source
tag
(field :
Int
, wire :
UInt8
) :
UInt64
Source
write_bool
(io :
IO
, field :
Int
, value :
Bool
) :
Nil
Source
write_bytes
(io :
IO
, field :
Int
, data :
Bytes
) :
Nil
Source
write_message
(io :
IO
, field :
Int
, payload :
Bytes
) :
Nil
Source
write_string
(io :
IO
, field :
Int
, value :
String
) :
Nil
Source
write_tag
(io :
IO
, field :
Int
, wire :
UInt8
) :
Nil
Source
write_uint32
(io :
IO
, field :
Int
, value :
UInt32
) :
Nil
Source