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