Documentation
¶
Index ¶
- func CheckSum(data []byte) uint16
- func Compress(data []uint8) ([]uint8, error)
- func CompressBr(data []uint8) ([]uint8, error)
- func GZip(data []uint8) ([]uint8, error)
- func UnGZip(data []uint8) ([]uint8, error)
- func UnZip(data []uint8) ([]uint8, error)
- func Uncompress(data []uint8) ([]uint8, error)
- func UncompressBr(data []uint8) ([]uint8, error)
- func Zip(data []uint8) ([]uint8, error)
- type Generator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompressBr ¶
func UncompressBr ¶
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
生成器结构体,包含一个原子整数
func NewGenerator ¶
func (*Generator) SetCounter ¶
Click to show internal directories.
Click to hide internal directories.