public class INITIALIZEHelper
extends java.lang.Object
| Constructor and Description |
|---|
INITIALIZEHelper() |
| Modifier and Type | Method and Description |
|---|---|
static INITIALIZE |
extract(Any a)
Extract INITIALIZE from an any
|
static java.lang.String |
id()
Return the INITIALIZE IDL ID
|
static void |
insert(Any a,
INITIALIZE t)
Insert INITIALIZE into an any
|
static INITIALIZE |
read(InputStream istream)
Read INITIALIZE from a marshalled stream
|
static TypeCode |
type()
Return the INITIALIZE TypeCode
|
static void |
write(OutputStream ostream,
INITIALIZE value)
Write INITIALIZE into a marshalled stream
|
public static void insert(Any a, INITIALIZE t)
a - an anyt - INITIALIZE valuepublic static INITIALIZE extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static INITIALIZE read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, INITIALIZE value)
ostream - the output streamvalue - INITIALIZE value