public final class CharSeqHelper extends Object
Constructor and Description |
---|
CharSeqHelper() |
Modifier and Type | Method and Description |
---|---|
static char[] |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
char[] s) |
static char[] |
read(InputStream _in) |
static TypeCode |
type() |
static void |
write(OutputStream _out,
char[] _s) |
public static void insert(Any any, char[] s)
public static char[] extract(Any any)
public static TypeCode type()
public static String id()
public static char[] read(InputStream _in)
public static void write(OutputStream _out, char[] _s)
Copyright © 2016 JacORB. All rights reserved.