public abstract class DynSequenceHelper extends Object
| Constructor and Description |
|---|
DynSequenceHelper()
|
| Modifier and Type | Method and Description |
|---|---|
static DynSequence |
extract(Any
|
static String |
id()
|
static void |
insert(Any
|
static DynSequence |
narrow(Object
|
static DynSequence |
read(InputStream
|
static TypeCode |
type()
|
static DynSequence |
unchecked_narrow(Object
|
static void |
write(OutputStream
|
public static void insert(Anya, DynSequence that)
public static DynSequenceextract(Any a)
public static TypeCodetype()
public static Stringid()
public static DynSequenceread(InputStream istream)
public static void write(OutputStreamostream, DynSequence value)
public static DynSequencenarrow(Object obj)
public static DynSequenceunchecked_narrow(Object obj)