Versions in this module Expand all Collapse all v0 v0.0.13 Feb 12, 2025 v0.0.12 Dec 13, 2024 v0.0.11 Dec 5, 2024 v0.0.10 Nov 12, 2024 v0.0.9 Oct 24, 2024 v0.0.8 Oct 16, 2024 v0.0.7 Sep 30, 2024 v0.0.6 Aug 21, 2024 v0.0.5 Aug 21, 2024 v0.0.4 Jul 10, 2024 v0.0.3 May 13, 2024 v0.0.2 Mar 25, 2024 v0.0.1 Mar 25, 2024 Changes in this version + const BestCompression + const BestSpeed + const DefaultCompression + const HuffmanOnly + const NoCompression + func Continue(r io.Reader, from *Checkpoint, span int64, updates chan<- *Checkpoint) io.ReadCloser + func NewReader(r io.Reader) io.ReadCloser + func NewReaderDict(r io.Reader, dict []byte) io.ReadCloser + func NewReaderWithSpans(r io.Reader, span int64, start int64, updates chan<- *Checkpoint) io.ReadCloser + type Checkpoint struct + B uint32 + Empty bool + Full bool + GzipHeader *Header + Hist []byte + In int64 + NB uint + Out int64 + RdPos int + WrPos int + func (c *Checkpoint) BytesRead() int64 + func (c *Checkpoint) BytesWritten() int64 + func (c *Checkpoint) History() []byte + func (c *Checkpoint) IsEmpty() bool + func (c *Checkpoint) SetHistory(b []byte) + type CorruptInputError int64 + func (e CorruptInputError) Error() string + type Header struct + Comment string + Extra []byte + ModTime *time.Time + Name string + OS *byte + type InternalError string + func (e InternalError) Error() string + type ReadError struct + Err error + Offset int64 + func (e *ReadError) Error() string + type Reader interface + type Resetter interface + Reset func(r io.Reader, dict []byte, roffset int64) error + type Trailer struct + Digest uint32 + Size uint32 + type Woffseter interface + Woffset func() int64 + type WriteError struct + Err error + Offset int64 + func (e *WriteError) Error() string