org.omg.CORBA_2_3.portable

Class OutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    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
    See Also:
    OutputStream
    • Constructor Detail
      • OutputStream
        public OutputStream()
        Create a new instance of this class. throw SecurityException if SecurityManager is installed and enableSubclassImplementation SerializablePermission is not granted or jdk.corba.allowOutputStreamSubclass system property is either not set or is set to 'false'
    • Method Detail
      • 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

Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-org/omg/corba-2-3/portable/outputstream.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:fr Manuel PHP : https://docs.oracle.com

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.

Contents Haut