Uses of Interface
org.omg.CORBA.DataInputStream

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

Uses of DataInputStream in org.jacorb.orb
 

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

Uses of DataInputStream in org.omg.CORBA
 

Subinterfaces of DataInputStream in org.omg.CORBA
 interface CustomInputStream
           
 

Methods in org.omg.CORBA with parameters of type DataInputStream
 void CustomMarshal.unmarshal(DataInputStream is)