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