public interface IDataFactory
IData
interface.
The interface is the counterpart to the serialization-method
IData.serialize(java.io.DataOutput)
.Modifier and Type | Method and Description |
---|---|
IData |
deserializeData(DataInput pData)
Create a data out of a serialized byte-representation.
|
IData deserializeData(DataInput pData) throws TTIOException
pData
- byte representation.TTIOException
- if any weird happensCopyright © 2013. All Rights Reserved.