- java.lang.Object
-
- org.omg.CORBA.AnySeqHolder
-
- All Implemented Interfaces:
-
Streamable
public final class AnySeqHolder extends Object implements Streamable
持有人AnySeq
。 有关Holder文件的更多信息,请参阅"Generated Files: Holder Files" 。org / omg / CORBA / AnySeqHolder.java由IDL到Java编译器(便携式)生成,从streams.idl版本“3.0”1999年5月13日22:41:36 00:00 GMT + 00:00
-
-
构造方法摘要
构造方法 Constructor 描述 AnySeqHolder()
AnySeqHolder(Any[] initialValue)
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 void
_read(InputStream i)
从istream
读取数据,并使用未编组的数据value
持有人的value
字段。TypeCode
_type()
检索对应于持有人的value
字段中的值的TypeCode
对象。void
_write(OutputStream o)
向ostream
的value
领域的value
人。
-
-
-
字段详细信息
-
value
public Any[] value
-
-
构造方法详细信息
-
AnySeqHolder
public AnySeqHolder()
-
AnySeqHolder
public AnySeqHolder(Any[] initialValue)
-
-
方法详细信息
-
_read
public void _read(InputStream i)
描述从接口Streamable
复制从istream
读取数据,并使用未编组的数据value
持有人的value
字段。- Specified by:
-
_read
在接口Streamable
- 参数
-
i
- 表示来自电线的CDR数据的InputStream。
-
_write
public void _write(OutputStream o)
描述从接口Streamable
复制在ostream
的value
领域的value
。- Specified by:
-
_write
在接口Streamable
- 参数
-
o
- CDR OutputStream
-
_type
public TypeCode _type()
说明从界面Streamable
复制检索对应于持有人的value
字段中的值的TypeCode
对象。- Specified by:
-
_type
在接口Streamable
- 结果
-
TypeCode
对象持有人持有的价值
-
-