Package org.omg.DynamicAny
Class DynArrayHelper
java.lang.Object
org.omg.DynamicAny.DynArrayHelper
DynArray objects support the manipulation of IDL arrays.
Note that the dimension of the array is contained in the TypeCode which is accessible
through the type attribute. It can also be obtained by calling the component_count operation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DynArray
static String
id()
static void
static DynArray
static DynArray
read
(InputStream istream) static TypeCode
type()
static DynArray
unchecked_narrow
(Object obj) static void
write
(OutputStream ostream, DynArray value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
DynArrayHelper
public DynArrayHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-
narrow
-
unchecked_narrow
-