leb128decode

package
v0.0.0-...-87e38ef Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodeInt32

func DecodeInt32(r *bytes.Reader) (ret int32, bytesRead uint64, err error)

DecodeInt32 will decode a int32 from io.Reader, returning it as the ret with the bytes length l which it read.

func DecodeInt33AsInt64

func DecodeInt33AsInt64(r *bytes.Reader) (ret int64, bytesRead uint64, err error)

DecodeInt33AsInt64 will decode a int33 from io.Reader, returning it as the int64 ret with the bytes length l which it read.

func DecodeInt64

func DecodeInt64(r *bytes.Reader) (ret int64, bytesRead uint64, err error)

DecodeInt64 will decode a int64 from io.Reader, returning it as the ret with the bytes length l which it read.

func DecodeUint32

func DecodeUint32(r *bytes.Reader) (ret uint32, bytesRead uint64, err error)

DecodeUint32 will decode a uint32 from io.Reader, returning it as the ret with the bytes length l which it read.

func DecodeUint64

func DecodeUint64(r *bytes.Reader) (ret uint64, bytesRead uint64, err error)

DecodeUint64 will decode a uint64 from io.Reader, returning it as the ret with the bytes length l which it read.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL