# 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.
# 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).