Is it possible to compress a stream with some blocks compressed with static Huffman encoding, and some blocks compressed with dynamic Huffman encoding? If yes, is it decompressible ?
Asked
Active
Viewed 70 times
0
-
1Yes............ – Mark Adler Nov 08 '17 at 23:24
1 Answers
1
Yes, and yes. A stream can contain a mix of all three block types, with the third type being stored.

Mark Adler
- 101,978
- 13
- 118
- 158