Versions in this module Expand all Collapse all v0 v0.9.0 May 24, 2020 Changes in this version + var ErrPartial = errors.New("only partial payload in buffer") + var Suffix = [4]byte + type Inflator struct + func NewInflator() *Inflator + func (i *Inflator) CanFlush() bool + func (i *Inflator) Flush() ([]byte, error) + func (i *Inflator) Write(p []byte) (n int, err error) + type Reader interface