package byteorder
Import Path
internal/byteorder (on go.dev)
Dependency Relation
imports 0 packages, and imported by 25 packages
Involved Source Files
Package byteorder provides functions for decoding and encoding
little and big endian integer types from/to byte slices.
Package-Level Functions (total 18)
func BeAppendUint16(b []byte, v uint16) []byte func BeAppendUint32(b []byte, v uint32) []byte func BeAppendUint64(b []byte, v uint64) []byte func BePutUint16(b []byte, v uint16) func BePutUint32(b []byte, v uint32) func BePutUint64(b []byte, v uint64) func LeAppendUint16(b []byte, v uint16) []byte func LeAppendUint32(b []byte, v uint32) []byte func LeAppendUint64(b []byte, v uint64) []byte func LePutUint16(b []byte, v uint16) func LePutUint32(b []byte, v uint32) func LePutUint64(b []byte, v uint64)
The pages are generated with Golds v0.7.0-preview. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |