byteutil

package
v2.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BoolToByte

func BoolToByte(value bool) byte

BoolToByte converts bool to byte

func BytesToUint64

func BytesToUint64(value []byte) uint64

BytesToUint64 converts 8 bytes to uint64 in little-endian

func BytesToUint64BigEndian

func BytesToUint64BigEndian(value []byte) uint64

BytesToUint64BigEndian converts 8 bytes to uint64 in big-endian

func Must

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

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

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