PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.utilities.streams
Interface DataStreamable
-
public interface DataStreamable
Represents that the implementor can serialize itself into a
DataOutput
- Since:
- 8.5
- Note:
This interface is designed to be implemented by clients. |
Method Summary
|
void |
write(java.io.DataOutput out)
Writes the content of the object into a DataOutput. |
write
void write(java.io.DataOutput out)
throws java.io.IOException
- Writes the content of the object into a DataOutput.
- Parameters:
- out - the target writer
- Throws:
- java.io.IOException
PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |