# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Int16SToBytes 将 []int16 转换为 []byte。
Params:
- n: []int16 值。.
Int16ToBytes 将 int16 转换为 []byte。
Params:
- n: int16 值。.
Int32SToBytes 将 []int32 转换为 []byte。
Params:
- n: []int32 值。.
Int32ToBytes 将 int32 转换为 []byte。
Params:
- n: int32 值。.
Int64SToBytes 将 []int64 转换为 []byte。
Params:
- n: []int64 值。.
Int64ToBytes 将 int64 转换为 []byte。
Params:
- n: int64 值。.
Int8SToBytes 将 []int8 转换为 []byte。
Params:
- n: []int8 值。.
Int8ToBytes 将 int8 转换为 []byte。
Params:
- n: int8 值。.
IntSToBytes 将 []int 转换为 []byte。
Params:
- n: []int 值。.
IntToBytes 将 int 转换为 []byte。
Params:
- n: int 值。.
ReplaceAll 替换字节切片中的特定字节
Params:
- slice: 原始字节切片。 - old: 要替换的字节。 - new: 替换后的字节。.
No description provided by the author