package
Version:
v0.0.0-...-1ea1159
Opens a new window with list of versions in this module.
Published: May 8, 2018
License: MPL-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
MaxVarintLen is the maximum number of bytes required to encode a varint
number.
Decode reads the first varint encoded number from the given buffer.
On success, the function returns the varint as an int64, and the number of
bytes read (0 if there was an error).
Encode encodes the given value to varint format.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.