Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
GRPC::Reflection::Wire
Class methods
ensure_length!
(bytes :
Bytes
, start :
Int32
, length :
Int32
) :
Nil
Source
read_bytes
(bytes :
Bytes
, start :
Int32
) :
Tuple
(
Bytes
,
Int32
)
Source
read_string
(bytes :
Bytes
, start :
Int32
) :
Tuple
(
String
,
Int32
)
Source
read_varint
(bytes :
Bytes
, start :
Int32
) :
Tuple
(
UInt64
,
Int32
)
Source
skip_field
(bytes :
Bytes
, start :
Int32
, wire_type :
Int32
) :
Int32
Source
write_bytes
(io :
IO
, field_number :
Int32
, value :
Bytes
) :
Nil
Source
write_key
(io :
IO
, field_number :
Int32
, wire_type :
Int32
) :
Nil
Source
write_string
(io :
IO
, field_number :
Int32
, value :
String
) :
Nil
Source
write_varint
(io :
IO
, value :
UInt64
) :
Nil
Source
write_varint_field
(io :
IO
, field_number :
Int32
, value :
UInt64
) :
Nil
Source