Documentation
¶
Index ¶
- func ConvertFromBytesBE[T int32 | uint32 | uint64 | int64 | float32 | float64](buffer []byte) ([]T, error)
- func ConvertFromBytesLE[...](buffer []byte) ([]T, error)
- func ConvertToBytesBE[T int32 | uint32 | uint64 | int64 | float32 | float64](buffer []T) ([]byte, error)
- func ConvertToBytesLE[...](buffer []T) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertFromBytesBE ¶
func ConvertFromBytesLE ¶
func ConvertToBytesBE ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.