|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the methods that a class must implement in order to be stored in RMS using the methods of the StorableObject class.
Method Summary | |
void |
readFields(java.io.DataInputStream in)
Read in the values of this object. |
void |
writeFields(java.io.DataOutputStream out)
Write out the values of this object. |
Method Detail |
public void writeFields(java.io.DataOutputStream out) throws java.io.IOException
out
- the DataOutputStream on which to write the data
java.io.IOException
public void readFields(java.io.DataInputStream in) throws java.io.IOException
in
- the DataInputStream from which to read the data
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |