My Project
Loading...
Searching...
No Matches
decoder_main.cpp File Reference

Command-line utility for decompressing Huffman encoded files. More...

#include <iostream>
#include <unistd.h>
#include <filesystem>
#include "Huffman.h"

Functions

void printHelp ()
int main (int argc, char *argv[])

Detailed Description

Command-line utility for decompressing Huffman encoded files.

  • Reconstructs the original file using the embedded tree dump. Supports standard flags (-i, -o, -h, -s). Defaults output to stdout if none provided.