Module: Cabriolet::Binary::HLPStructures::ControlBytes

Defined in:
lib/cabriolet/binary/hlp_structures.rb

Overview

Control bytes for keyword compression

Constant Summary collapse

DICT_ENTRY_MIN =

Dictionary entry with optional space (0x10-0x17)

0x10
DICT_ENTRY_MAX =
0x17
SPACE_RUN =

Run of spaces (0x18)

0x18
BYTE_RUN =

Run of bytes (0x19)

0x19
ESCAPE =

Escape byte (0x1A)

0x1A