所有类


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 DynFixedextract(Any a)
           
static Stringid()
           
static voidinsert(Any a, DynFixed that)
           
static DynFixednarrow(Object obj)
           
static DynFixedread(InputStream istream)
           
static TypeCodetype()
           
static DynFixedunchecked_narrow(Object obj)
           
static voidwrite(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)