JavaTM 2 Platform
Standard Ed. 6

org.omg.DynamicAny
類別 DynFixedHelper

java.lang.Object
  繼承者 org.omg.DynamicAny.DynFixedHelper

public abstract class DynFixedHelper
extends Object

DynFixed 物件支持對 IDL 定值 (fixed value) 的操作。因為 IDL 沒有可以表示固定型別(其具有任意位數和標度)的常規型別,所以操作將使用 IDL 字元串型別。


建構子摘要
DynFixedHelper()
           
 
方法摘要
static DynFixed extract(Any a)
           
static String id()
           
static void insert(Any a, DynFixed that)
           
static DynFixed narrow(Object obj)
           
static DynFixed read(InputStream istream)
           
static TypeCode type()
           
static DynFixed unchecked_narrow(Object obj)
           
static void write(OutputStream ostream, DynFixed value)
           
 
從類別 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)

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only