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