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。