EXI StringTable implementation.

EXI uses a string table to assign "compact identifiers" to some string values. Occurrences of string values found in the string table are represented using the associated compact identifier rather than encoding the entire "string literal".

Package Specification

// none //

Related Documentation

// none //