Package org.omg.DynamicAny
Class DynSequenceHelper
java.lang.Object
org.omg.DynamicAny.DynSequenceHelper
DynSequence objects support the manipulation of IDL sequences.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DynSequence
static String
id()
static void
insert
(Any a, DynSequence that) static DynSequence
static DynSequence
read
(InputStream istream) static TypeCode
type()
static DynSequence
unchecked_narrow
(Object obj) static void
write
(OutputStream ostream, DynSequence value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
DynSequenceHelper
public DynSequenceHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-
narrow
-
unchecked_narrow
-