Documentation ¶
Index ¶
- func PutInt16(n int16, p []byte)
- func PutInt32(n int32, p []byte)
- func PutInt64(n int64, p []byte)
- func PutInt8(n int8, p []byte)
- func PutUint16(n uint16, p []byte)
- func PutUint32(n uint32, p []byte)
- func PutUint64(n uint64, p []byte)
- func PutUint8(n uint8, p []byte)
- func StringToBytes(s string) []byte
- func ToInt16(p []byte) int16
- func ToInt32(p []byte) int32
- func ToInt64(p []byte) int64
- func ToInt8(p []byte) int8
- func ToUint16(p []byte) uint16
- func ToUint32(p []byte) uint32
- func ToUint64(p []byte) uint64
- func ToUint8(p []byte) uint8
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringToBytes ¶
StringToByte 字符串转 []byte,转出的 []byte 可读不可写
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.