|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.omg.CORBA.WStringSeqHolder
public final class WStringSeqHolder
WString の配列です。
フィールドの概要 | |
---|---|
String[] |
value
|
コンストラクタの概要 | |
---|---|
WStringSeqHolder()
|
|
WStringSeqHolder(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 WStringSeqHolder()
public WStringSeqHolder(String[] initialValue)
メソッドの詳細 |
---|
public void _read(InputStream i)
Streamable
の記述: istream
からデータを読み取り、非整列化されたデータを使って Holder の value
フィールドを初期化します。
Streamable
内の _read
i
- ワイヤからの CDR データを表す InputStreampublic void _write(OutputStream o)
Streamable
の記述: value
フィールドの値を ostream
に整列化します。
Streamable
内の _write
o
- CDR OutputStreampublic TypeCode _type()
Streamable
の記述: value
フィールドの値に対応する TypeCode
オブジェクトを取り出します。
Streamable
内の _type
TypeCode
オブジェクト
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。