Documentation
¶
Index ¶
- func DecodeUTF16(data []byte) string
- func DecodeUTF16LE(s []byte) string
- func DecodeWindows1252(data []byte) string
- func JoinReversedWithBackslash(name []string) string
- func Partition(path, sep string) (string, string, string)
- func ReverseSlice(slice []string) []string
- func UnpackUint32BigEndian(d []byte) uint32
- func UnpackUint32LittleEndian(d []byte) uint32
- func UnpackUint64LittleEndian(d []byte) uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeUTF16 ¶
func DecodeWindows1252 ¶
func JoinReversedWithBackslash ¶
JoinReversedWithBackslash 用反斜杠连接反转后的切片
func UnpackUint32BigEndian ¶
unpackUint32BigEndian 函数用于从字节切片中按大端字节序解包出一个无符号 32 位整数
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.