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