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 DynArraystatic Stringid()static voidstatic DynArraystatic DynArrayread(InputStream istream) static TypeCodetype()static DynArrayunchecked_narrow(Object obj) static voidwrite(OutputStream ostream, DynArray value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
DynArrayHelper
public DynArrayHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-
narrow
-
unchecked_narrow
-