Class OutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Direct Known Subclasses:
CDROutputObject

public abstract class OutputStream extends OutputStream
OutputStream provides interface for writing of all of the mapped IDL type to the stream. It extends org.omg.CORBA.portable.OutputStream, and defines new methods defined by CORBA 2.3.
Since:
JDK1.2
Version:
1.19 07/27/07
See Also:
  • Constructor Details

    • OutputStream

      public OutputStream()
  • Method Details

    • write_value

      public void write_value(Serializable value)
      Marshals a value type to the output stream.
      Parameters:
      value - is the acutal value to write
    • write_value

      public void write_value(Serializable value, Class clz)
      Marshals a value type to the output stream.
      Parameters:
      value - is the acutal value to write
      clz - is the declared type of the value to be marshaled
    • write_value

      public void write_value(Serializable value, String repository_id)
      Marshals a value type to the output stream.
      Parameters:
      value - is the acutal value to write
      repository_id - identifies the type of the value type to be marshaled
    • write_value

      public void write_value(Serializable value, BoxedValueHelper factory)
      Marshals a value type to the output stream.
      Parameters:
      value - is the acutal value to write
      factory - is the instance of the helper to be used for marshaling the boxed value
    • write_abstract_interface

      public void write_abstract_interface(Object obj)
      Marshals a value object or a stub object.
      Parameters:
      obj - the actual value object to marshal or the stub to be marshalled