JavaTM 2 Platform
Standard Ed. 6

org.omg.CORBA.portable
介面 ValueInputStream


public interface ValueInputStream

Java 到 IDL ptc 02-01-12 1.5.1.4 ValueInputStream 用來實作第 2 版的 RMI-IIOP 串流格式。


方法摘要
 void end_value()
          end_value 方法讀取巢狀自定義 valuetype 的結束標記(在跳過結束標記之前的所有資料後)並將 valuetype 巢狀層次加 1。
 void start_value()
          start_value 方法讀取巢狀自定義 valuetype 的 valuetype 頭並將該 valuetype 的巢狀層次加 1。
 

方法詳細資訊

start_value

void start_value()
start_value 方法讀取巢狀自定義 valuetype 的 valuetype 頭並將該 valuetype 的巢狀層次加 1。


end_value

void end_value()
end_value 方法讀取巢狀自定義 valuetype 的結束標記(在跳過結束標記之前的所有資料後)並將 valuetype 巢狀層次加 1。


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only