Documentation ¶
Index ¶
- func AppendZero(str string, _len int, before bool) []byte
- func BitStrToBytes(data string) []byte
- func ByteArrayToInt(bytes []byte) int
- func ByteToBitStr(b byte) string
- func BytesToBitStr(datas []byte) string
- func BytesToInt(b []byte, isSymbol bool) (int, error)
- func BytesToInt64(buf []byte) int64
- func BytesToIntLittleEndian(b []byte) (int, error)
- func Int32ToBytes(i int32) []byte
- func Int32ToBytesLe(i int32) []byte
- func Int64ToBytes(i int64) []byte
- func Int64ToBytesLe(i int64) []byte
- func IntToByteArray2(i int) []byte
- func IntToByteArray4(i int) []byte
- func IntToBytes(n int, b byte) ([]byte, error)
- func IntToBytesLe(n int, b byte) ([]byte, error)
- func OneArrayToTwoArray(bytes []byte, row int, column int) [][]byte
- func PasstrafficBitStrToInt(bitstr string) int
- func PasstrafficIntToBit(datas []byte) string
- func ReverseBits(num uint32) uint32
- func ReverseBytes(bytes *[]byte)
- func Substring(str string, start int, end int) string
- func Uint16ToBytes(n uint16) [2]byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BitStrToBytes ¶
func ByteArrayToInt ¶
func ByteToBitStr ¶
func BytesToBitStr ¶
func BytesToInt64 ¶
func BytesToIntLittleEndian ¶
func Int32ToBytes ¶
func Int32ToBytesLe ¶
func Int64ToBytes ¶
func Int64ToBytesLe ¶
func IntToByteArray2 ¶
func IntToByteArray4 ¶
func PasstrafficBitStrToInt ¶
func PasstrafficIntToBit ¶
func ReverseBits ¶
func ReverseBytes ¶
func ReverseBytes(bytes *[]byte)
func Uint16ToBytes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.