public abstract class DynArrayHelper extends Object
Constructor and Description |
---|
DynArrayHelper()
|
Modifier and Type | Method and Description |
---|---|
static DynArray
|
extract(Any a)
|
static String |
id()
|
static void |
insert(Any a,
DynArray that)
|
static DynArray
|
narrow(Object obj)
|
static DynArray
|
read(InputStream istream)
|
static TypeCode
|
type()
|
static DynArray
|
unchecked_narrow(Object obj)
|
static void |
write(OutputStream ostream, DynArray value)
|
public static TypeCode type()
public static String id()
public static DynArray read(InputStream istream)
public static void write(OutputStream ostream, DynArray value)