|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transportable
Interface implemented by documents that can be transported (marshalled).
Method Summary | |
---|---|
KeyValuePair |
fromStream(java.io.InputStream is)
Read the object from the input stream. |
void |
toStream(java.io.OutputStream os)
Write the object to the output stream. |
Method Detail |
---|
KeyValuePair fromStream(java.io.InputStream is) throws java.io.IOException
is
- The stream to read from.
java.io.IOException
void toStream(java.io.OutputStream os) throws java.io.IOException
os
- The stream to write into.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |