com.threerings.stats.data
Class ByteStringSetStat
java.lang.Object
com.threerings.stats.data.Stat
com.threerings.stats.data.SetStat<String>
com.threerings.stats.data.StringSetStat
com.threerings.stats.data.ByteStringSetStat
- All Implemented Interfaces:
- Streamable, DSet.Entry, Cloneable
public class ByteStringSetStat
- extends StringSetStat
A string set that maps its values to bytes.
| Methods inherited from class com.threerings.stats.data.Stat |
clone, crc32, getCode, getKey, getModCount, getType, getType, initType, isModified, setModCount, setModified, toString |
ByteStringSetStat
public ByteStringSetStat()
persistTo
public void persistTo(ObjectOutputStream out,
Stat.AuxDataSource aux)
throws IOException
- Description copied from class:
Stat
- Serializes this instance for storage in the item database. Derived classes must override
this method to implement persistence.
- Specified by:
persistTo in class Stat
- Throws:
IOException
unpersistFrom
public void unpersistFrom(ObjectInputStream in,
Stat.AuxDataSource aux)
throws IOException,
ClassNotFoundException
- Description copied from class:
Stat
- Unserializes this item from data obtained from the item database. Derived classes must
override this method to implement persistence.
- Specified by:
unpersistFrom in class Stat
- Throws:
IOException
ClassNotFoundException