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