org.omg.DynamicAny

接口
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)