Skip to content
Change header level authored by Nico Bendlin's avatar Nico Bendlin
...@@ -88,7 +88,7 @@ for this special case and handle it properly. ...@@ -88,7 +88,7 @@ for this special case and handle it properly.
Example stream Example stream
-------------- ==============
The 22 character string "ababababababababababab" The 22 character string "ababababababababababab"
can be compressed (including header) to 19 bytes: can be compressed (including header) to 19 bytes:
...@@ -104,6 +104,7 @@ can be compressed (including header) to 19 bytes: ...@@ -104,6 +104,7 @@ can be compressed (including header) to 19 bytes:
61 literal = 'a' 61 literal = 'a'
62 literal = 'b' 62 literal = 'b'
Notes Notes
===== =====
... ...
......