EXIficient

Package com.siemens.ct.exi.datatype.stringtable

EXI StringTable implementation.

See:
          Description

Interface Summary
StringTableCommon TODO Description
StringTableDecoder TODO Description
StringTableEncoder TODO Description
StringTablePartition TODO Description
StringTablePartitionDecoder TODO Description
StringTablePartitionEncoder TODO Description
 

Class Summary
AbstractStringTable This class contains the full collection of EXI string table partitions.
StringTableDecoderImpl TODO Description
StringTableEncoderImpl TODO Description
StringTableEncoderImplNoGlobalValues TODO Description
StringTablePartitionDecoderImpl TODO Description
StringTablePartitionEncoderImpl TODO Description
 

Package com.siemens.ct.exi.datatype.stringtable Description

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 //


EXIficient