|
Xindice API version 1.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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 DataInputStreamIOException - if an IOException occurs
public void write(DataOutput os)
throws IOException
os - The DataOutputStreamIOException - if an IOException occurs
|
Xindice API version 1.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||