org.omg.CosTime

Class UTOHolder

public final class UTOHolder extends Object implements Streamable

Holder class for : UTO

Author: OpenORB Compiler

Field Summary
UTOvalue
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

Field Detail

value

public UTO value
Internal UTO value

Constructor Detail

UTOHolder

public UTOHolder()
Default constructor

UTOHolder

public UTOHolder(UTO initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

public void _read(InputStream istream)
Read UTO from a marshalled stream

Parameters: istream the input stream

_type

public TypeCode _type()
Return the UTO TypeCode

Returns: a TypeCode

_write

public void _write(OutputStream ostream)
Write UTO into a marshalled stream

Parameters: ostream the output stream