|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object org.omg.CORBA.OctetSeqHolder
public final class OctetSeqHolder
OctetSeq 的 Holder。關於 Holder 檔案的更多資訊,請參閱“產生的檔案:Holder 檔案”。
org/omg/CORBA/OctetSeqHolder.java 由 "3.0" 版的 IDL-to-Java 編譯器(可移植)從 streams.idl 中產生,產生時間為 1999 年 5 月 13 日的 22:41:36 (GMT+00:00)
欄位摘要 | |
---|---|
byte[] |
value
|
建構子摘要 | |
---|---|
OctetSeqHolder()
|
|
OctetSeqHolder(byte[] initialValue)
|
方法摘要 | |
---|---|
void |
_read(InputStream i)
從 istream 讀取資料,並使用已解組資料初始化 Holder 的 value 欄位。 |
TypeCode |
_type()
檢索對應於 Holder 中 value 欄位值的 TypeCode 物件。 |
void |
_write(OutputStream o)
將 Holder 中 value 欄位的值編組到 ostream 。 |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
欄位詳細資訊 |
---|
public byte[] value
建構子詳細資訊 |
---|
public OctetSeqHolder()
public OctetSeqHolder(byte[] initialValue)
方法詳細資訊 |
---|
public void _read(InputStream i)
Streamable
複製的描述istream
讀取資料,並使用已解組資料初始化 Holder 的 value
欄位。
Streamable
中的 _read
i
- 表示導線中 CDR 資料的 InputStream。public void _write(OutputStream o)
Streamable
複製的描述value
欄位的值編組到 ostream
。
Streamable
中的 _write
o
- CDR OutputStreampublic TypeCode _type()
Streamable
複製的描述value
欄位值的 TypeCode
物件。
Streamable
中的 _type
TypeCode
物件,對應於 holder 中保存的值
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。