byteutil

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2021 License: Apache-2.0 Imports: 2 Imported by: 26

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BytesToUint64

func BytesToUint64(value []byte) uint64

BytesToUint64 converts 8 bytes to uint64 in little-endian

func BytesToUint64BigEndian added in v0.9.0

func BytesToUint64BigEndian(value []byte) uint64

BytesToUint64BigEndian converts 8 bytes to uint64 in big-endian

func Must added in v0.4.4

func Must(d []byte, err error) []byte

Must is a helper wraps a call to a function returning ([]byte, error) and panics if the error is not nil.

func Uint32ToBytes

func Uint32ToBytes(value uint32) []byte

Uint32ToBytes converts a uint32 to 4 bytes in little-endian

func Uint32ToBytesBigEndian added in v0.9.0

func Uint32ToBytesBigEndian(value uint32) []byte

Uint32ToBytesBigEndian converts a uint32 to 4 bytes in big-endian

func Uint64ToBytes

func Uint64ToBytes(value uint64) []byte

Uint64ToBytes converts a uint64 to 8 bytes in little-endian

func Uint64ToBytesBigEndian added in v0.9.0

func Uint64ToBytesBigEndian(value uint64) []byte

Uint64ToBytesBigEndian converts a uint64 to 8 bytes in big-endian

Types

This section is empty.

Jump to

Keyboard shortcuts

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