#include "huffman.h" BitCodeInfo::BitCodeInfo() { this->bitCode = 0; this->bitLength = 0; this->charCode = 0; }