Documentation ¶
Index ¶
- Constants
- func CompressMustNewReader(r1 io.Reader) (r2 io.Reader)
- func CompressMustNewWriter(w io.Writer) io.WriteCloser
- func FlateMustCompress(inb []byte) (outb []byte)
- func FlateUnCompress(inb []byte) (outb []byte, err error)
- func FlateUnCompressWithTmpBuf(inb []byte, tmpBuf *udwBytes.BufWriter) (outb []byte, err error)
- func MustFlateCompressWithBufferToBufW(inb []byte, bufW *udwBytes.BufWriter)
- func MustFlateUnCompress(inb []byte) (outb []byte)
- func NewReader(r io.Reader) (r2 io.ReadCloser)
- func TryCompress(inData []byte) (outData []byte)
- func TryCompressToBufW(inData []byte, bufW *udwBytes.BufWriter)
- func TryUncompress(inData []byte) (outData []byte, err error)
- func TryUncompressWithTmpBuf(inData []byte, tmpBuf *udwBytes.BufWriter) (outData []byte, err error)
- func UncompressMustNewReader(r io.Reader) (r2 io.ReadCloser)
Constants ¶
View Source
const MinUsefullInputSize = 33
Variables ¶
This section is empty.
Functions ¶
func CompressMustNewWriter ¶
func CompressMustNewWriter(w io.Writer) io.WriteCloser
func FlateMustCompress ¶
func FlateUnCompress ¶
func MustFlateUnCompress ¶
func TryCompress ¶
func TryCompressToBufW ¶
func TryUncompress ¶
func TryUncompressWithTmpBuf ¶
func UncompressMustNewReader ¶
func UncompressMustNewReader(r io.Reader) (r2 io.ReadCloser)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.