public interface BoxedValueHelper
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get_id()
Get the repository id of this value type.
|
java.io.Serializable |
read_value(InputStream istream)
Read this value type from the CDR stream.
|
void |
write_value(OutputStream ostream,
java.io.Serializable value)
Write this value type to the CDR stream.
|
java.lang.String get_id()
java.io.Serializable read_value(InputStream istream)
istream - is a stream to read from.void write_value(OutputStream ostream, java.io.Serializable value)
ostream - a stream to write to.value - a value to write.