public interface BoxedValueHelper
Modifier and Type | Method and Description |
---|---|
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.
|
Serializable read_value(InputStream istream)
istream
- is a stream to read from.void write_value(OutputStream ostream, Serializable value)
ostream
- a stream to write to.value
- a value to write.