public interface Streamable
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream
Reads data from
istream and initalizes the
value field of the Holder with the unmarshalled data.
|
TypeCode |
_type()
Retrieves the
TypeCode object corresponding to the value in the
value field of the Holder.
|
void |
_write(OutputStream
Marshals to
ostream the value in the
value field of the Holder.
|
void _read(InputStreamistream)
istream and initalizes the
value field of the Holder with the unmarshalled data.
istream - the InputStream that represents the CDR data from the wire.
void _write(OutputStreamostream)
ostream the value in the
value field of the Holder.
ostream - the CDR OutputStream
TypeCode_type()
TypeCode object corresponding to the value in the
value field of the Holder.
TypeCode object for the value held in the holder