This is the starting point where strings are constructed. Note that
strings may span across multiple continuations. Read the SST record
carefully before beginning to hack.
for (int i=0;i<stringCount;i++) {
//Extract exactly the count of strings from the SST record.
UnicodeString str = new UnicodeString(in);
addToStringTable( strings, str );
}