byteorder

Imports

Imports #

"internal/byteorder"

Functions

BEAppendUint16 function #

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

BEAppendUint32 function #

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

BEAppendUint64 function #

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

BEPutUint16 function #

func BEPutUint16(b []byte, v uint16)

BEPutUint32 function #

func BEPutUint32(b []byte, v uint32)

BEPutUint64 function #

func BEPutUint64(b []byte, v uint64)

BEUint32 function #

func BEUint32(b []byte) uint32

BEUint64 function #

func BEUint64(b []byte) uint64

LEPutUint64 function #

func LEPutUint64(b []byte, v uint64)

LEUint16 function #

func LEUint16(b []byte) uint16

LEUint64 function #

func LEUint64(b []byte) uint64

Generated with Arrow