Documentation ¶
Index ¶
- func BytesToBytes(bt []byte) []byte
- func BytesToBytesHelper(bt interface{}) []byte
- func BytesToBytesHelperR(bt []byte) interface{}
- func BytesToInt32(buf []byte) int32
- func BytesToInt32Helper(buf []byte) interface{}
- func BytesToInt64(buf []byte) int64
- func BytesToString(bt []byte) string
- func BytesToUint32(buf []byte) uint32
- func BytesToUint32Helper(buf []byte) interface{}
- func BytesToUint64(buf []byte) uint64
- func ConcatBytes(dat ...[]byte) []byte
- func ErrorToString(err error) string
- func Int32ToBytes(i int32) []byte
- func Int32ToBytesHelper(i interface{}) []byte
- func Int64ToBytes(i int64) []byte
- func StringToBytes(str string) []byte
- func Uint32ToBytes(i uint32) []byte
- func Uint32ToBytesHelper(i interface{}) []byte
- func Uint64ToBytes(i uint64) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToBytes ¶
func BytesToBytesHelper ¶
func BytesToBytesHelper(bt interface{}) []byte
func BytesToBytesHelperR ¶
func BytesToBytesHelperR(bt []byte) interface{}
func BytesToInt32 ¶
func BytesToInt32Helper ¶
func BytesToInt32Helper(buf []byte) interface{}
func BytesToInt64 ¶
func BytesToString ¶
func BytesToUint32 ¶
func BytesToUint32Helper ¶
func BytesToUint32Helper(buf []byte) interface{}
func BytesToUint64 ¶
func ConcatBytes ¶
func ErrorToString ¶
func Int32ToBytes ¶
func Int32ToBytesHelper ¶
func Int32ToBytesHelper(i interface{}) []byte
func Int64ToBytes ¶
func StringToBytes ¶
func Uint32ToBytes ¶
func Uint32ToBytesHelper ¶
func Uint32ToBytesHelper(i interface{}) []byte
func Uint64ToBytes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.