//
pkg.gl
Category
github.com/why444216978/go-util
binary
package
1.0.30
Repository:
https://github.com/why444216978/go-util.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
28 SLOC
#
Functions
ByteList2Int
ByteList2Int 字节列表转整型,list需要满足遍历低位->高位.
CheckBit
CheckBit 判断指定二进制位是否为1.
IntToByteList
IntToByteList 整型转字节列表,list遍历低位->高位.
SetBit
SetBit 将指定的二进制位设置为1.