Uses of Class
org.omg.CORBA_2_3.portable.InputStream

Packages that use InputStream
org.jacorb.orb   
org.jacorb.orb.giop   
org.omg.CORBA.portable   
 

Uses of InputStream in org.jacorb.orb
 

Subclasses of InputStream in org.jacorb.orb
 class CDRInputStream
          Read CDR encoded data
 

Uses of InputStream in org.jacorb.orb.giop
 

Subclasses of InputStream in org.jacorb.orb.giop
 class LocateReplyInputStream
           
 class LocateRequestInputStream
           
 class MessageInputStream
          MessageInputStream.java Created: Sat Aug 18 21:07:07 2002
 class ReplyInputStream
           
 class RequestInputStream
           
 class ServiceContextTransportingInputStream
          ServiceContextTransportingInputStream.java Created: Sat Aug 18 21:07:07 2002
 

Uses of InputStream in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable with parameters of type InputStream
 java.io.Serializable ValueFactory.read_value(InputStream is)