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