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

# Packages

Package io provides the implementations of a Writer and a Reader used to respectively losslessly compress and decompress data.

# Functions

NewEvent creates a new Event instance with size and hash info.
NewEventFromString creates a new Event instance that wraps a message.

# Constants

# Structs

Event a compression/decompression event.

# Interfaces

ByteTransform is a function that transforms the input byte slice and writes the result in the output byte slice.
EntropyDecoder entropy decodes data from a bitstream.
EntropyEncoder entropy encodes data to a bitstream.
InputBitStream is a bitstream reader.
IntTransform is a function that transforms the input int slice and writes the result in the output int slice.
Listener is an interface implemented by event processors.
OutputBitStream is a bitstream writer.
Predictor predicts the probability of the next bit being 1.