Viewing file: c/huffman1/BitCodeInfo.cpp | Back to directory listing
Author: Loren Segal | Last modified: February 20 2006 07:00 pm | Download

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