Uses of Interface
org.omg.DynamicAny.DynFixed
-
Packages that use DynFixed 软件包 描述 org.omg.DynamicAny 提供类和接口,可以在运行时遍历与any
相关联的数据值,并提取数据值的原始组成部分。 -
-
Uses of DynFixed in org.omg.DynamicAny
Classes in org.omg.DynamicAny that implement DynFixed Modifier and Type Class 描述 class
_DynFixedStub
DynFixed对象支持IDL固定值的操作。Methods in org.omg.DynamicAny that return DynFixed Modifier and Type 方法 描述 static DynFixed
DynFixedHelper. extract(Any a)
static DynFixed
DynFixedHelper. narrow(Object obj)
static DynFixed
DynFixedHelper. read(InputStream istream)
static DynFixed
DynFixedHelper. unchecked_narrow(Object obj)
Methods in org.omg.DynamicAny with parameters of type DynFixed Modifier and Type 方法 描述 static void
DynFixedHelper. insert(Any a, DynFixed that)
static void
DynFixedHelper. write(OutputStream ostream, DynFixed value)
-