|
Xindice API version 1.2m1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Streamable is an interface implemented by objects used by Filers and Indexers in order to serialize objects to and from IO streams.
| Method Summary | |
void |
read(DataInput is)
read reads the object state from the stream. |
void |
write(DataOutput os)
write writes the object state to the stream. |
| Method Detail |
public void read(DataInput is)
throws IOException
is - The DataInputStream
IOException - if an IOException occurs
public void write(DataOutput os)
throws IOException
os - The DataOutputStream
IOException - if an IOException occurs
|
Xindice API version 1.2m1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||