Documentation ¶
Index ¶
- func Bytes2HexString(b []byte) string
- func DecodeBig5(s []byte) ([]byte, error)
- func DecodeGBK(s []byte) ([]byte, error)
- func EncodeBig5(s []byte) ([]byte, error)
- func EncodeGBK(s []byte) ([]byte, error)
- func GetVolume(ivol int) float64
- func GetVolume2[T uint16 | uint32 | float32](v T) float64
- func HexString2Bytes(hexStr string) []byte
- func Utf8ToGbk(text []byte) string
- func ZlibCompress(src []byte) ([]byte, error)
- func ZlibUnCompress(compressSrc []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ZlibUnCompress ¶
ZlibUnCompress 进行zlib解压缩
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.