Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:19 +05 2020. DO NOT EDIT.
Index ¶
- func NewReader(r io.Reader) (io.ReadCloser, error)
- func NewReaderDict(r io.Reader, dict []byte) (io.ReadCloser, error)
- func NewWriter(w io.Writer) *zlib.Writer
- func NewWriterLevel(w io.Writer, level int) (*zlib.Writer, error)
- func NewWriterLevelDict(w io.Writer, level int, dict []byte) (*zlib.Writer, error)
- func WriterClose(z *zlib.Writer) error
- func WriterFlush(z *zlib.Writer) error
- func WriterWrite(z *zlib.Writer, p []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReaderDict ¶
func NewWriterLevelDict ¶
func WriterClose ¶
func WriterFlush ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.