Viewing file: c/huffman1/BitCodeInfo.cpp | Back to directory listing
Author: Loren Segal | Last modified: February 21 2006 12:00 am | Download

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