|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Saveable
The Saveable interface should be implemented by object which can be loaded/saved from/to streams.
Method Summary | |
---|---|
void |
load(DataInput i)
Load the object using the given input stream. |
void |
store(DataOutput o)
Stores the object to the given output stream. |
Method Detail |
---|
void store(DataOutput o) throws java.io.IOException
o
- output stream
java.io.IOException
- if an I/O error occursvoid load(DataInput i) throws java.io.IOException
i
- the input stream used to load the object
java.io.IOException
- if an I/O error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |