|
Xindice API version 1.1b4 |
||||||||
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(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 DataInputStreamjava.io.IOException
- if an IOException occurspublic void write(java.io.DataOutput os) throws java.io.IOException
os
- The DataOutputStreamjava.io.IOException
- if an IOException occurs
|
Xindice API version 1.1b4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |