JavaTM 2 Platform
Standard Ed. 6

org.omg.CORBA
介面 CustomMarshal

所有已知子介面:
CustomValue

public interface CustomMarshal

將由 ORB 而不是由使用者使用的抽象 value 型別。從語義上說,此類別被視為自定義 value 型別的隱式基礎類別,儘管在 IDL 中自定義 value 型別實際上並沒有繼承它。自定義值型別的實作方應提供 CustomMarshal 操作的實作。實作該操作的方式在 IDL 到 Java 語言映射中指定。每種自定義編組值型別都應該有它自己的實作。

另請參見:
DataInputStream

方法摘要
 void marshal(DataOutputStream os)
          必須通過自定義的 Marshal 類別實作 marshal 方法。
 void unmarshal(DataInputStream is)
          必須通過自定義的 Marshal 類別實作 unmarshal 方法。
 

方法詳細資訊

marshal

void marshal(DataOutputStream os)
必須通過自定義的 Marshal 類別實作 marshal 方法。這是用來編組的方法。

參數:
os - DataOutputStream

unmarshal

void unmarshal(DataInputStream is)
必須通過自定義的 Marshal 類別實作 unmarshal 方法。這是用來解組的方法。

參數:
is - DataInputStream

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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