Package org.omg.DynamicAny
Class DynValueBoxHelper
java.lang.Object
org.omg.DynamicAny.DynValueBoxHelper
DynValueBox objects support the manipulation of IDL boxed value types.
The DynValueBox interface can represent both null and non-null value types.
For a DynValueBox representing a non-null value type, the DynValueBox has a single component
of the boxed type. A DynValueBox representing a null value type has no components
and a current position of -1.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DynValueBox
static String
id()
static void
insert
(Any a, DynValueBox that) static DynValueBox
static DynValueBox
read
(InputStream istream) static TypeCode
type()
static DynValueBox
unchecked_narrow
(Object obj) static void
write
(OutputStream ostream, DynValueBox value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
DynValueBoxHelper
public DynValueBoxHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-
narrow
-
unchecked_narrow
-