|
Xindice API version 1.1b4 |
|||||||||
| 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(java.io.DataInput is)
read reads the object state from the stream. |
void |
write(java.io.DataOutput os)
write writes the object state to the stream. |
| Method Detail |
public void read(java.io.DataInput is)
throws java.io.IOException
is - The DataInputStream
java.io.IOException - if an IOException occurs
public void write(java.io.DataOutput os)
throws java.io.IOException
os - The DataOutputStream
java.io.IOException - if an IOException occurs
|
Xindice API version 1.1b4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||