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