Movatterモバイル変換


[0]ホーム

URL:


byteorder

packagestandard library
go1.25.5Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2025 License:BSD-3-ClauseImports:0Imported by:0

Details

Repository

cs.opensource.google/go/go

Links

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

funcBEAppendUint16added ingo1.24.0

func BEAppendUint16(b []byte, vuint16) []byte

funcBEAppendUint32added ingo1.24.0

func BEAppendUint32(b []byte, vuint32) []byte

funcBEAppendUint64added ingo1.24.0

func BEAppendUint64(b []byte, vuint64) []byte

funcBEPutUint16added ingo1.24.0

func BEPutUint16(b []byte, vuint16)

funcBEPutUint32added ingo1.24.0

func BEPutUint32(b []byte, vuint32)

funcBEPutUint64added ingo1.24.0

func BEPutUint64(b []byte, vuint64)

funcBEUint16added ingo1.24.0

func BEUint16(b []byte)uint16

funcBEUint32added ingo1.24.0

func BEUint32(b []byte)uint32

funcBEUint64added ingo1.24.0

func BEUint64(b []byte)uint64

funcLEAppendUint16added ingo1.24.0

func LEAppendUint16(b []byte, vuint16) []byte

funcLEAppendUint32added ingo1.24.0

func LEAppendUint32(b []byte, vuint32) []byte

funcLEAppendUint64added ingo1.24.0

func LEAppendUint64(b []byte, vuint64) []byte

funcLEPutUint16added ingo1.24.0

func LEPutUint16(b []byte, vuint16)

funcLEPutUint32added ingo1.24.0

func LEPutUint32(b []byte, vuint32)

funcLEPutUint64added ingo1.24.0

func LEPutUint64(b []byte, vuint64)

funcLEUint16added ingo1.24.0

func LEUint16(b []byte)uint16

funcLEUint32added ingo1.24.0

func LEUint32(b []byte)uint32

funcLEUint64added ingo1.24.0

func LEUint64(b []byte)uint64

Types

This section is empty.

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp