Documentation
¶
Index ¶
- func BytesToFloat32(b []byte, isBig bool) (float32, error)
- func BytesToFloat64(b []byte, isBig bool) (float64, error)
- func BytesToUInt16(b []byte, isBig bool) (uint16, error)
- func BytesToUInt32(b []byte, isBig bool) (uint32, error)
- func BytesToUInt64(b []byte, isBig bool) (uint64, error)
- func Float32ToBytes(f float32, isBig bool) []byte
- func Float64ToBytes(f float64, isBig bool) []byte
- func GetBitFromBites(b byte, bit int) bool
- func SetBitFromBites(b byte, bit int, io bool) byte
- func UInt16ToBytes(i uint16, isBig bool) []byte
- func UInt32ToBytes(i uint32, isBig bool) []byte
- func UInt64ToBytes(i uint64, isBig bool) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBitFromBites ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.