|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.DynamicAny.AnySeqHelper
public class AnySeqHelper
Helper class for : AnySeq
Constructor Summary | |
---|---|
AnySeqHelper()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnySeqHelper()
Method Detail |
---|
public static void insert(Any a, Any[] t)
a
- an anyt
- AnySeq valuepublic static Any[] extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static Any[] read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, Any[] value)
ostream
- the output streamvalue
- AnySeq value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |