417
edits
(Added subheadings to the "Bit sequences in the compressed stream" section.) |
(Added note about the order of outputting the unpacked data.) |
||
Line 117: | Line 117: | ||
The compressed data is in big endian 32-bit chunks, working backwards from the buffer's end. | The compressed data is in big endian 32-bit chunks, working backwards from the buffer's end. | ||
So we start from the data's end and work backwards. | So we start from the data's end and work backwards. Also outputting the unpacked data is | ||
done backwards, starting from the destination buffer's end and working backwards byte by byte. | |||
<pre> | <pre> |
edits