org.omg.TimeBase
public class UtcTHelper extends Object
| Method Summary | |
|---|---|
| static UtcT | extract(Any a)
Extract UtcT from an any
|
| static String | id()
Return the UtcT IDL ID |
| static void | insert(Any a, UtcT t)
Insert UtcT into an any |
| static UtcT | read(InputStream istream)
Read UtcT from a marshalled stream |
| static TypeCode | type()
Return the UtcT TypeCode |
| static void | write(OutputStream ostream, UtcT value)
Write UtcT into a marshalled stream |
Parameters: a an any
Returns: the extracted UtcT value
Returns: an ID
Parameters: a an any t UtcT value
Parameters: istream the input stream
Returns: the readed UtcT value
Returns: a TypeCode
Parameters: ostream the output stream value UtcT value