org.omg.CORBA
public class ValueBaseHolder extends Object implements Streamable
Since: 1.3
| Field Summary | |
|---|---|
| Serializable | value
A stored value of the value base type. |
| Constructor Summary | |
|---|---|
| ValueBaseHolder()
Create an unitialised instance. | |
| ValueBaseHolder(Serializable initial)
Create an instance, initialised into the given value.
| |
| Method Summary | |
|---|---|
| void | _read(InputStream input)
Read fill in the value field by reading an instance from the
given input stream. |
| TypeCode | _type()
Get the typecode of the stored instance. |
| void | _write(OutputStream output)
Write the stored instance to the given output stream.
|
Parameters: initial an initial value.
Parameters: input a stream to read from.
Parameters: output a stream to write to.