Documentation ¶ Index ¶ func BytesToUint32Array(buf []byte, byteOrder binary.ByteOrder) []uint32 func Uint32ArrayToBytes(arr []uint32, byteOrder binary.ByteOrder) []byte func Uint32ToBytes(val uint32, byteOrder binary.ByteOrder) []byte func Uint64ToBytes(val uint64, byteOrder binary.ByteOrder) []byte Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BytesToUint32Array ¶ func BytesToUint32Array(buf []byte, byteOrder binary.ByteOrder) []uint32 func Uint32ArrayToBytes ¶ func Uint32ArrayToBytes(arr []uint32, byteOrder binary.ByteOrder) []byte func Uint32ToBytes ¶ func Uint32ToBytes(val uint32, byteOrder binary.ByteOrder) []byte func Uint64ToBytes ¶ func Uint64ToBytes(val uint64, byteOrder binary.ByteOrder) []byte Types ¶ This section is empty. Source Files ¶ View all Source files convutil.go Click to show internal directories. Click to hide internal directories.