package
2.3.0
Repository: https://github.com/flanglet/kanzi-go.git
Documentation: pkg.go.dev

# Functions

NewHeaderlessReader creates a new instance of Reader to decompress a headerless bitstream.
NewNullOutputStream creates an instance of NullOutputStream.
NewReader creates a new instance of Reader.
NewReaderWithCtx creates a new instance of Reader using a map of parameters.
NewReaderWithCtx2 creates a new instance of Reader.
NewWriter creates a new instance of Writer.
NewWriterWithCtx creates a new instance of Writer using a map of parameters and a writer.
NewWriterWithCtx2 creates a new instance of Writer using a map of parameters and a custom output bitstream.

# Structs

IOError an extended error containing a message and a code value.
NullOutputStream similar to io.Discard but implements io.WriteCloser.
Reader a Reader that reads compressed data from an InputBitStream.
Writer a Writer that writes compressed data to an OutputBitStream.