Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
0 down vote favorite


I am trying to implement an inflate algorithm for deflate-compressed data with static Huffman codes. After reading the specification I came into conclusion that these the steps that I am going to need:

1-read the block 3-bits header
2-build Huffman tree based on the specification
3-decode the Huffman codes
4-decode the lz77 compressed data

Am I missing steps, or adding unnecessary steps?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900