API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. CustomMarshal View Source
Author(s)
Since
Version
Serial
Hierarchy
 CustomMarshal
Subinterfaces
Description
public interface CustomMarshal
  An abstract value type that is meant to be used by the ORB, not the user.
See also:    DataInputStream
Methods
Hide/Show inherited methods
public void marshal (DataOutputStream os)
  Marshal method has to be implemented by the Customized Marshal class.
public void unmarshal (DataInputStream is)
  Unmarshal method has to be implemented by the Customized Marshal class.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar