名前
org.omg.CORBA.portable.InputStream.read_<type>
形式
public org.omg.CORBA.Any read_any()
public boolean read_boolean()
public char read_char()
public double read_double()
public float read_float()
public int read_long()
public long read_longlong()
public org.omg.CORBA.Object read_Object()
public byte read_octet()
public short read_short()
public java.lang.String read_string()
public int read_ulong()
public long read_ulonglong()
public short read_ushort()
public char read_wchar()
public java.lang.String read_wstring()
機能説明
このストリームから指定した型の値を読み込みます。
復帰値
正常終了した場合は、読み込んだデータ値を返します。
異常終了した場合は、以下の例外が発生します。
org.omg.CORBA.SystemException
システム例外発生時に設定された例外情報およびマイナーコードの意味については、“メッセージ集”の“CORBAサービスから通知される例外情報/マイナーコード”を参照してください。
注意事項
本機能は動的スケルトンインタフェースにて運用する場合にのみ必要な機能であり、IDLc生成物を使用した静的スケルトンインタフェースにて運用する場合には不要です。
動的スケルトンインタフェースを使用したアプリを設計・作成する場合には、分散オブジェクト技術(CORBA)およびJava言語に関する基本的な知識が必要です。