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

#include "huffman.h"
 
jZip::jZip(int numSets)
{
	this->Sets = new CompressionSet[numSets];
}