interface I7BitEncodedBytesExtensions
cangjie
public interface I7BitEncodedBytesExtensions功能:定义 7 位编码写入扩展接口。
扩展到
Array<UInt8>
成员概览
| 成员 | 功能 |
|---|---|
| func write7BitEncodedInt(Int64) | 将整数按 7 位编码格式写入字节数组。 |
func write7BitEncodedInt(Int64)
cangjie
func write7BitEncodedInt(value: Int64): Int64功能:将整数按 7 位编码格式写入字节数组。
参数:
- value:
Int64- 需要写入的整数值。
返回值:
Int64- 返回写入的字节数。