目录搜索
文字
分享


JavaTM 2 Platform
Standard Ed. 6

org.omg.DynamicAny
类 DynFixedHelper

1

2

java.lang.Object

  <img src="../../../resources/inherit.gif" alt="继承者 "><b>org.omg.DynamicAny.DynFixedHelper</b>


1

public abstract class <b>DynFixedHelper</b>

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

1

public <b>DynFixedHelper</b>()

方法详细信息

insert

1

2

public static void <b>insert</b>(Any a,

                          DynFixed that)


extract

1

public static DynFixed <b>extract</b>(Any a)


type

1

public static TypeCode <b>type</b>()


id

1

public static String <b>id</b>()


read

1

public static DynFixed <b>read</b>(InputStream istream)


write

1

2

public static void <b>write</b>(OutputStream ostream,

                         DynFixed value)


narrow

1

public static DynFixed <b>narrow</b>(Object obj)


unchecked_narrow

1

public static DynFixed <b>unchecked_narrow</b>(Object obj)


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。

上一篇:下一篇: