Read the hash table from a stream of stored objects.
Parameters: in - read this. exception: IOException - thrown on error exception: ClassNotFoundException - thrown on error
Write the hash table out. Step through
the enumeration and write the strings out
in UTF.
Parameters: out - write bytes here exception: IOException - thrown on error