4.2.1.1.1 Example 1

Uncompressed input:

 01 02 FF 65 65 65 65 65

Compressed output:

 E0 24 CE 9B 19 62 18 00
 E0 = DEBLOCK_SINGLE
 24 = PACKET_COMPRESSED + compression format 4
 CE 9B 19 62 18 = binary 11001110 10011011 00011001 01100010 00011000
 00 = 0 unused bits in 0x18 byte (all bits significant)

Decoded binary stream:

 11001 = literal 0x01
 110100 = literal 0x02
 110110 = literal 0xFF
 0 01100101 = literal 0x65
 10001 00001 10 00 = match, distance 1, length 4 + 0