public class WCharSeqHelper
extends java.lang.Object
| Constructor and Description |
|---|
WCharSeqHelper() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static void insert(Any a, char[] t)
a - an anyt - WCharSeq valuepublic static char[] extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static char[] read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, char[] value)
ostream - the output streamvalue - WCharSeq value