org.omg.DynamicAny
类 DynFixedHelper
java.lang.Object
org.omg.DynamicAny.DynFixedHelper
public abstract class DynFixedHelper
- extends Object
DynFixed 对象支持对 IDL 定值 (fixed value) 的操作。因为 IDL 没有可以表示固定类型(其具有任意位数和标度)的常规类型,所以操作将使用 IDL 字符串类型。
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynFixedHelper
public DynFixedHelper()
insert
public static void insert(Any a,
DynFixed that)
extract
public static DynFixed extract(Any a)
type
public static TypeCode type()
id
public static String id()
read
public static DynFixed read(InputStream istream)
write
public static void write(OutputStream ostream,
DynFixed value)
narrow
public static DynFixed narrow(Object obj)
unchecked_narrow
public static DynFixed unchecked_narrow(Object obj)
提交错误或意见版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。