J-Integra® Espresso Programming Documentation (API)

Streamable._read Method

Reads data from inpStream and initalizes the value field of the Holder with the unmarshalled data.

void _read(
 InputStream inpStream
);

Parameters

inpStream
The InputStream that represents the CDR data from the wire.

Return Value

none

Remarks

none

Exceptions

none

See Also

Streamable Interface | Streamable Members | Ics.CORBA.portable Namespace