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

Uses in package gnu.CORBA

Classes derived from org.omg.CORBA_2_3.portable.OutputStream

class
A stream, additionally holding the gnu request.

Uses in package gnu.javax.rmi.CORBA

Constructors with parameter type org.omg.CORBA_2_3.portable.OutputStream

CorbaOutput.CorbaOutput(OutputStream an_output, Object firstObject, RmiUtilities an_util)
Create an instance, delegating calls to the given CORBA stream.

Uses in package gnu.CORBA.CDR

Classes derived from org.omg.CORBA_2_3.portable.OutputStream

class
A simple CORBA CDR (common data representation) output stream, writing data into the given OutputStream.
class
A CORBA output stream, writing data into the internal buffer (ByteArrayOutputStream).
class
The encapsulated data, as they are defined by CORBA specification.