Versions in this module Expand all Collapse all v0 v0.1.1 Mar 30, 2026 Changes in this version + const BestCompression + const BestSpeed + const DefaultCompression + const ParallelCPU + type ChecksumError struct + Expected uint32 + Got uint32 + func (e *ChecksumError) Error() string + type Reader struct + func NewReader(r io.Reader) *Reader + func (r *Reader) Close() error + func (r *Reader) Read(p []byte) (int, error) + func (r *Reader) Reset(src io.Reader) + type StructuralError string + func (e StructuralError) Error() string + type Writer struct + func NewWriter(w io.Writer) *Writer + func NewWriterLevel(w io.Writer, level int) (*Writer, error) + func NewWriterOptions(w io.Writer, opts *WriterOptions) (*Writer, error) + func (w *Writer) Close() error + func (w *Writer) Reset(dst io.Writer) + func (w *Writer) Write(p []byte) (int, error) + type WriterOptions struct + Concurrency int + Level int + WorkFactor int v0.1.0 Mar 30, 2026