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