org.omg.CosTime
public final class UTOHolder extends Object implements Streamable
| Field Summary | |
|---|---|
| UTO | value
Internal UTO value |
| Constructor Summary | |
|---|---|
| UTOHolder()
Default constructor | |
| UTOHolder(UTO initial)
Constructor with value initialisation | |
| Method Summary | |
|---|---|
| void | _read(InputStream istream)
Read UTO from a marshalled stream |
| TypeCode | _type()
Return the UTO TypeCode |
| void | _write(OutputStream ostream)
Write UTO into a marshalled stream |
Parameters: initial the initial value
Parameters: istream the input stream
Returns: a TypeCode
Parameters: ostream the output stream