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