Thanks to visit codestin.com
Credit goes to pkg.go.dev

byteorder

package standard library
go1.26.0 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2026 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package byteorder provides functions for decoding and encoding little and big endian integer types from/to byte slices.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BEAppendUint16 added in go1.24.0

func BEAppendUint16(b []byte, v uint16) []byte

func BEAppendUint32 added in go1.24.0

func BEAppendUint32(b []byte, v uint32) []byte

func BEAppendUint64 added in go1.24.0

func BEAppendUint64(b []byte, v uint64) []byte

func BEPutUint16 added in go1.24.0

func BEPutUint16(b []byte, v uint16)

func BEPutUint32 added in go1.24.0

func BEPutUint32(b []byte, v uint32)

func BEPutUint64 added in go1.24.0

func BEPutUint64(b []byte, v uint64)

func BEUint16 added in go1.24.0

func BEUint16(b []byte) uint16

func BEUint32 added in go1.24.0

func BEUint32(b []byte) uint32

func BEUint64 added in go1.24.0

func BEUint64(b []byte) uint64

func LEAppendUint16 added in go1.24.0

func LEAppendUint16(b []byte, v uint16) []byte

func LEAppendUint32 added in go1.24.0

func LEAppendUint32(b []byte, v uint32) []byte

func LEAppendUint64 added in go1.24.0

func LEAppendUint64(b []byte, v uint64) []byte

func LEPutUint16 added in go1.24.0

func LEPutUint16(b []byte, v uint16)

func LEPutUint32 added in go1.24.0

func LEPutUint32(b []byte, v uint32)

func LEPutUint64 added in go1.24.0

func LEPutUint64(b []byte, v uint64)

func LEUint16 added in go1.24.0

func LEUint16(b []byte) uint16

func LEUint32 added in go1.24.0

func LEUint32(b []byte) uint32

func LEUint64 added in go1.24.0

func LEUint64(b []byte) uint64

Types

This section is empty.

Jump to

Keyboard shortcuts

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