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

# Functions

NewBlockCompressor creates a new instance of BlockCompressor given a map of argument name/value pairs.
NewBlockDecompressor creates a new instance of BlockDecompressor given a map of argument name/value pairs.
NewFileData creates an instance of FileData from a file path and size.
NewInfoPrinter creates a new instance of InfoPrinter.

# Constants

DECODING event type.
ENCODING event type.

# Structs

BlockCompressor main block compressor struct.
BlockDecompressor main block decompressor struct.
FileCompare a structure used to sort files by path and size.
FileData a basic structure encapsulating a file path and size.
InfoPrinter contains all the data required to print one event.
Printer a buffered printer (required in concurrent code).