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