Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
varint
master
VarInt
LEB128
Limited64
NonRedundant
SInt
UInt
MSB
Built with Crystal 1.9.2
2023-10-07 21:07:53 UTC
module
VarInt::MSB
Defined in:
varint/msb.cr
Class Method Summary
.decode_unsigned
(bytes : Bytes)
.decode_unsigned
(io : IO) : Tuple(UInt64, UInt32)
.decode_unsigned_bigint
(io : IO) : Tuple(BigInt, UInt32)
.encode_unsigned
(i)
Class Method Detail
def self.
decode_unsigned
(bytes : Bytes)
#
[
View source
]
def self.
decode_unsigned
(io : IO) : Tuple(UInt64, UInt32)
#
[
View source
]
def self.
decode_unsigned_bigint
(io : IO) : Tuple(BigInt, UInt32)
#
[
View source
]
def self.
encode_unsigned
(i)
#
[
View source
]