Uses of Class
org.objectweb.david.apis.presentation.DavidOutputStream

Packages that use DavidOutputStream
org.objectweb.david.apis.presentation Provides classes and interfaces reconciling the CORBA and Jonathan abstractions for presentation. 
org.objectweb.david.libs.presentation.portable Provides a set of classes and interfaces for "portable" presentation protocols. 
 

Uses of DavidOutputStream in org.objectweb.david.apis.presentation
 

Methods in org.objectweb.david.apis.presentation that return DavidOutputStream
 DavidOutputStream DavidStreamFactory.newOutputStream()
          Creates a new output stream.
 

Methods in org.objectweb.david.apis.presentation with parameters of type DavidOutputStream
 void DavidMarshaller.write_Object(org.omg.CORBA.Object value, DavidOutputStream stream)
          Writes an object to the provided stream.
 void DavidMarshaller.write_any(org.omg.CORBA.Any value, DavidOutputStream stream)
          Writes an Any instance to the provided stream.
 void DavidMarshaller.write_TypeCode(org.omg.CORBA.TypeCode value, DavidOutputStream stream)
          Writes a TypeCode instance to the provided stream.
 

Uses of DavidOutputStream in org.objectweb.david.libs.presentation.portable
 

Subclasses of DavidOutputStream in org.objectweb.david.libs.presentation.portable
 class PortableMarshallerFactory.PortableMarshaller
          PortableMarshaller is an (abstract) implementation of Marshaller.
 class PortableMarshallerFactory.PortableMarshallerL
          PortableMarshallerL is a little endian implementation of Marshaller, extending PortableMarshaller.
 

Methods in org.objectweb.david.libs.presentation.portable that return DavidOutputStream
 DavidOutputStream PortableMarshallerFactory.newOutputStream()
          Returns a (little endian) marshaller.
 DavidOutputStream CDRMarshallerFactory.newOutputStream()