package byteorder
Import Path
internal/byteorder (on go.dev)
Dependency Relation
imports 0 packages, and imported by 16 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, all are exported)
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.6. (GOOS=linux GOARCH=amd64)