public class CharSeqHelper
extends java.lang.Object
| Constructor and Description |
|---|
CharSeqHelper() |
| Modifier and Type | Method and Description |
|---|---|
static char[] |
extract(Any a)
Extract CharSeq from an any
|
static java.lang.String |
id()
Return the CharSeq IDL ID
|
static void |
insert(Any a,
char[] t)
Insert CharSeq into an any
|
static char[] |
read(InputStream istream)
Read CharSeq from a marshalled stream
|
static TypeCode |
type()
Return the CharSeq TypeCode
|
static void |
write(OutputStream ostream,
char[] value)
Write CharSeq into a marshalled stream
|
public static void insert(Any a, char[] t)
a - an anyt - CharSeq 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 - CharSeq value