|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object org.omg.CORBA.StringSeqHolder
public final class StringSeqHolder
String 陣列
欄位摘要 | |
---|---|
String[] |
value
|
建構子摘要 | |
---|---|
StringSeqHolder()
|
|
StringSeqHolder(String[] 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 String[] value
建構子詳細資訊 |
---|
public StringSeqHolder()
public StringSeqHolder(String[] 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。