public class UtcTHelper
extends java.lang.Object
| Constructor and Description |
|---|
UtcTHelper() |
| Modifier and Type | Method and Description |
|---|---|
static UtcT |
extract(Any a)
Extract UtcT from an any
|
static java.lang.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
|
public static void insert(Any a, UtcT t)
a - an anyt - UtcT valuepublic static UtcT extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static UtcT read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, UtcT value)
ostream - the output streamvalue - UtcT value