|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Storable
An object that can be read to a DataOutput and read from a DataInput.
| Method Summary | |
|---|---|
void |
read(java.io.DataInput in)
Fill in this object with data from the given input. |
void |
write(java.io.DataOutput out)
Write this object to the given output. |
| Method Detail |
|---|
void write(java.io.DataOutput out)
throws java.io.IOException
out - the output to write to
java.io.IOException - if writing fails
void read(java.io.DataInput in)
throws java.io.IOException
in - the input to read from
java.io.IOException - if reading fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||