|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AccessorUnsafe<ObjectType>
Data accessor has the ability to extract and put data in/from the DataManager
| Method Summary | |
|---|---|
ObjectType |
getContent()
|
void |
readUnsafe(DataPacketUnsafe<ObjectType> packet)
read data from a DataPacket in unsafe mode |
void |
setObject(ObjectType object)
|
void |
unsafeWrite(DataPacketUnsafe<ObjectType> packet)
write data to the DataPacket in unsafe mode |
| Methods inherited from interface org.keridwen.core.data.storage.packet.Accessor |
|---|
getDataTypes, getId, getMode |
| Method Detail |
|---|
void readUnsafe(DataPacketUnsafe<ObjectType> packet)
throws DataIOException
DataIOException
void unsafeWrite(DataPacketUnsafe<ObjectType> packet)
throws DataIOException
DataIOExceptionObjectType getContent()
void setObject(ObjectType object)
object - the object to set in this accessor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||