Documentation ¶
Index ¶
Constants ¶
View Source
const ( NoCompression = 0 BestSpeed = 1 BestCompression = 9 DefaultCompression = -1 HuffmanOnly = -2 ConstantCompression = HuffmanOnly )
Variables ¶
This section is empty.
Functions ¶
func NewReaderDict ¶
func NewReaderDict(r io.Reader, dict []byte) io.ReadCloser
Types ¶
type CorruptInputError ¶
type CorruptInputError int64
func (CorruptInputError) Error ¶
func (e CorruptInputError) Error() string
type InternalError ¶
type InternalError string
func (InternalError) Error ¶
func (e InternalError) Error() string
type WriteError ¶
func (*WriteError) Error ¶
func (e *WriteError) Error() string
Click to show internal directories.
Click to hide internal directories.