public abstract class DynAnySeqHelper extends Object
Constructor and Description |
---|
DynAnySeqHelper() |
Modifier and Type | Method and Description |
---|---|
static DynAny[] |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
DynAny[] that) |
static DynAny[] |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
DynAny[] value) |
public static TypeCode type()
public static String id()
public static DynAny[] read(InputStream istream)
public static void write(OutputStream ostream, DynAny[] value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.