public final class DynUnionHelper
extends java.lang.Object
Constructor and Description |
---|
DynUnionHelper() |
Modifier and Type | Method and Description |
---|---|
static DynUnion |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
DynUnion s) |
static DynUnion |
narrow(Object obj) |
static DynUnion |
read(InputStream in) |
static TypeCode |
type() |
static DynUnion |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
DynUnion s) |
public static TypeCode type()
public static java.lang.String id()
public static DynUnion read(InputStream in)
public static void write(OutputStream _out, DynUnion s)