|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.SendingContext.CodeBasePackage.ValueDescSeqHelper
Helper class for : ValueDescSeq
Constructor Summary | |
ValueDescSeqHelper()
|
Method Summary | |
static FullValueDescription[] |
extract(Any a)
Extract ValueDescSeq from an any |
static java.lang.String |
id()
Return the ValueDescSeq IDL ID |
static void |
insert(Any a,
FullValueDescription[] t)
Insert ValueDescSeq into an any |
static FullValueDescription[] |
read(InputStream istream)
Read ValueDescSeq from a marshalled stream |
static TypeCode |
type()
Return the ValueDescSeq TypeCode |
static void |
write(OutputStream ostream,
FullValueDescription[] value)
Write ValueDescSeq 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 ValueDescSeqHelper()
Method Detail |
public static void insert(Any a, FullValueDescription[] t)
a
- an anyt
- ValueDescSeq valuepublic static FullValueDescription[] extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static FullValueDescription[] read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, FullValueDescription[] value)
ostream
- the output streamvalue
- ValueDescSeq value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |