EXIficient

com.siemens.ct.exi.datatype.stringtable
Class AbstractStringTable

java.lang.Object
  extended by com.siemens.ct.exi.datatype.stringtable.AbstractStringTable
All Implemented Interfaces:
StringTableCommon
Direct Known Subclasses:
StringTableDecoderImpl, StringTableEncoderImpl

public abstract class AbstractStringTable
extends java.lang.Object
implements StringTableCommon

This class contains the full collection of EXI string table partitions.

Version:
0.3.20080718
Author:
Daniel.Peintner.EXT@siemens.com, Joerg.Heuer@siemens.com

Constructor Summary
AbstractStringTable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.siemens.ct.exi.datatype.stringtable.StringTableCommon
addGlobalValue, addLocalName, addLocalValue, addPrefix, addURI, getGlobalValueTableSize, getLocalNameTableSize, getLocalValueTableSize, getPrefixTableSize, getURITableSize
 

Constructor Detail

AbstractStringTable

public AbstractStringTable()

EXIficient