|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Storable
Interface that is used by StorableInput and StorableOutput to flatten and resurrect objects. Objects that implement this interface and that are resurrected by StorableInput have to provide a default constructor with no arguments.
StorableInput
,
StorableOutput
Method Summary | |
---|---|
void |
read(StorableInput dr)
Reads the object from the StorableInput. |
void |
write(StorableOutput dw)
Writes the object to the StorableOutput. |
Method Detail |
---|
void write(StorableOutput dw)
void read(StorableInput dr) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |