Documentation ¶
Index ¶
- func FlateMustCompress(inb []byte) (outb []byte)
- func FlateMustUnCompress(inb []byte) (outb []byte)
- func FlateUnCompress(inb []byte) (outb []byte, err error)
- func GzipMustCompress(inb []byte) (outb []byte)
- func GzipMustUnCompress(inb []byte) (outb []byte)
- func ZipUncompressFromBytesToDir(zipB []byte, dir string, trimPrefix string) (err error)
- func ZlibMustCompress(inb []byte) (outb []byte)
- func ZlibMustUnCompress(inb []byte) (outb []byte)
- func ZlibUnCompress(inb []byte) (outb []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FlateMustCompress ¶
flate压缩,panic+buffer实现 会由于
func FlateMustUnCompress ¶
func FlateUnCompress ¶
func GzipMustUnCompress ¶
func ZlibMustUnCompress ¶
func ZlibUnCompress ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.