Imports #
"internal/byteorder"
"internal/byteorder"
func BEAppendUint16(b []byte, v uint16) []bytefunc BEAppendUint32(b []byte, v uint32) []bytefunc BEAppendUint64(b []byte, v uint64) []bytefunc BEPutUint16(b []byte, v uint16)func BEPutUint32(b []byte, v uint32)func BEPutUint64(b []byte, v uint64)func BEUint32(b []byte) uint32func BEUint64(b []byte) uint64func LEPutUint64(b []byte, v uint64)func LEUint16(b []byte) uint16func LEUint64(b []byte) uint64Generated with Arrow