Uses of Interface
org.omg.CORBA.DataOutputStream

Packages that use DataOutputStream
org.jacorb.orb   
org.omg.CORBA   
 

Uses of DataOutputStream in org.jacorb.orb
 

Classes in org.jacorb.orb that implement DataOutputStream
 class DataOutputStream
          This class is the implementation of DataOutputStream used for custom marshalling of value type.
 

Uses of DataOutputStream in org.omg.CORBA
 

Subinterfaces of DataOutputStream in org.omg.CORBA
 interface CustomOutputStream
           
 

Methods in org.omg.CORBA with parameters of type DataOutputStream
 void CustomMarshal.marshal(DataOutputStream os)