|
||||||||||
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(DataInput in)
Fill in this object with data from the given input. |
void |
write(DataOutput out)
Write this object to the given output. |
Method Detail |
---|
void write(DataOutput out) throws IOException
out
- the output to write to
IOException
- if writing failsvoid read(DataInput in) throws IOException
in
- the input to read from
IOException
- if reading fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |