org.omg.CORBA.portable
public interface BoxedValueHelper
Method Summary | |
---|---|
String | get_id()
Get the repository id of this value type.
|
Serializable | read_value(InputStream istream)
Read this value type from the CDR stream.
|
void | write_value(OutputStream ostream, Serializable value)
Write this value type to the CDR stream.
|
Returns: a repository id.
Parameters: istream is a stream to read from.
Returns: a loaded value type.
Parameters: ostream a stream to write to. value a value to write.