Current Forum: Homework 4 - Huffman Trees (Part 1) |
Date: Fri Oct 12 2001 11:50 am |
Author: Maxim, Michael G. <mmaxim@andrew.cmu.edu> |
Subject: Re: end of the compressed file? |
|
|
After reading the header, FileBitReader has moved its read point up to the beginning of your compressed data. So after using readHeader(), just start reading bits and decompressing, no need to calculate offsets in the file.
Mike |
|