public StringBuffer data;
private int aggregateSize;
private int stringIndex = 0;
public void intern( StringConstant s ){
StringConstant t = (StringConstant)htable.get( s );
if ( t == null ){
htable.put( s, s );
stringHash.getID( s.str , s );
aggregateSize += s.str.string.length();
s.unicodeIndex = stringIndex++;