Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:18 +05 2020. DO NOT EDIT.
Index ¶
- func CorruptInputErrorError(e flate.CorruptInputError) string
- func InternalErrorError(e flate.InternalError) string
- func NewReader(r io.Reader) io.ReadCloser
- func NewReaderDict(r io.Reader, dict []byte) io.ReadCloser
- func NewWriter(w io.Writer, level int) (*flate.Writer, error)
- func NewWriterDict(w io.Writer, level int, dict []byte) (*flate.Writer, error)
- func ReadErrorError(e *flate.ReadError) string
- func WriteErrorError(e *flate.WriteError) string
- func WriterClose(w *flate.Writer) error
- func WriterFlush(w *flate.Writer) error
- func WriterWrite(w *flate.Writer, data []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CorruptInputErrorError ¶
func CorruptInputErrorError(e flate.CorruptInputError) string
func InternalErrorError ¶
func InternalErrorError(e flate.InternalError) string
func NewReaderDict ¶
func NewReaderDict(r io.Reader, dict []byte) io.ReadCloser
func ReadErrorError ¶
func WriteErrorError ¶
func WriteErrorError(e *flate.WriteError) string
func WriterClose ¶
func WriterFlush ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.