Uses of Class
org.jacorb.orb.CDRInputStream

Packages that use CDRInputStream
org.jacorb.orb.dsi   
org.jacorb.orb.etf   
org.jacorb.orb.giop   
org.jacorb.orb.iiop   
 

Uses of CDRInputStream in org.jacorb.orb.dsi
 

Methods in org.jacorb.orb.dsi that return CDRInputStream
 CDRInputStream ServerRequest.getInputStream()
           
 

Uses of CDRInputStream in org.jacorb.orb.etf
 

Methods in org.jacorb.orb.etf with parameters of type CDRInputStream
abstract  void ProfileBase.readAddressProfile(CDRInputStream stream)
          Read the ETF::AddressProfile from the supplied stream.
 

Uses of CDRInputStream in org.jacorb.orb.giop
 

Subclasses of CDRInputStream 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 CDRInputStream in org.jacorb.orb.iiop
 

Methods in org.jacorb.orb.iiop with parameters of type CDRInputStream
static IIOPAddress IIOPAddress.read(CDRInputStream cdr)
           
 void IIOPProfile.readAddressProfile(CDRInputStream addressProfileStream)
          Reads the bytes that make up the ETF::AddressProfile bytes (new spec) from a stream.