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