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_DynFixedStubDynFixed对象支持IDL固定值的操作。Methods in org.omg.DynamicAny that return DynFixed Modifier and Type 方法 描述 static DynFixedDynFixedHelper. extract(Any a)static DynFixedDynFixedHelper. narrow(Object obj)static DynFixedDynFixedHelper. read(InputStream istream)static DynFixedDynFixedHelper. unchecked_narrow(Object obj)Methods in org.omg.DynamicAny with parameters of type DynFixed Modifier and Type 方法 描述 static voidDynFixedHelper. insert(Any a, DynFixed that)static voidDynFixedHelper. write(OutputStream ostream, DynFixed value)
-