Discussion Board
Go to the previous messageGo to the following message
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
Post response

Go to the previous messageGo to the following message
Current Thread Detail:
end of the compressed file?      Dozzi, Giancarlo      Thu Oct 11 2001 10:28 pm       
Re: end of the compressed file?      Maxim, Michael G.      Fri Oct 12 2001 11:50 am       
Re: end of the compressed file?      Ghosh, Debmallo S.      Fri Oct 12 2001 6:27 pm       

Back to previous screen