public final class OctetSeqHolder extends Object implements Streamable
org / omg / CORBA / OctetSeqHolder.java由IDL到Java编译器(便携式)生成,从streams.idl版本“3.0”1999年5月13日22:41:36北京时间GMT + 00:00
Modifier and Type | Field and Description |
---|---|
byte[] |
value |
Constructor and Description |
---|
OctetSeqHolder() |
OctetSeqHolder(byte[] initialValue) |
Modifier and Type | Method and Description |
---|---|
void |
_read(InputStream i)
从
istream 读取数据,并使用未编组的数据启动持有人的
value 字段。
|
TypeCode |
_type()
检索对应于持有人的
value 字段中的值的
TypeCode 对象。
|
void |
_write(OutputStream o)
在
ostream 的
value 字段中的
value 。
|
public OctetSeqHolder()
public OctetSeqHolder(byte[] initialValue)
public void _read(InputStream i)
Streamable
istream
读取数据,并使用未编组的数据激活持有人的
value
字段。
_read
在接口
Streamable
i
- 表示来自电线的CDR数据的InputStream。
public void _write(OutputStream o)
Streamable
ostream
在
value
领域的持有人。
_write
在界面
Streamable
o
- CDR OutputStream
public TypeCode _type()
Streamable
value
字段中的值的
TypeCode
对象。
_type
在界面
Streamable
TypeCode
对象持有人持有的价值
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.