No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.
org.omg.CORBA_2_3.portable

Class InputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public abstract class InputStream
    extends InputStream
    InputStream provides for the reading of all of the mapped IDL types from the stream. It extends org.omg.CORBA.portable.InputStream. This class defines new methods that were added for CORBA 2.3.
    Since:
    JDK1.2
    See Also:
    InputStream
    • Constructor Detail

      • InputStream

        public InputStream()
        Create a new instance of this class. throw SecurityException if SecurityManager is installed and enableSubclassImplementation SerializablePermission is not granted or jdk.corba.allowInputStreamSubclass system property is either not set or is set to 'false'
    • Method Detail

      • read_value

        public Serializable read_value()
        Unmarshalls a value type from the input stream.
        Returns:
        the value type unmarshalled from the input stream
      • read_value

        public Serializable read_value(Class clz)
        Unmarshalls a value type from the input stream.
        Parameters:
        clz - is the declared type of the value to be unmarshalled
        Returns:
        the value unmarshalled from the input stream
      • read_value

        public Serializable read_value(BoxedValueHelper factory)
        Unmarshalls a value type from the input stream.
        Parameters:
        factory - is the instance fo the helper to be used for unmarshalling the value type
        Returns:
        the value unmarshalled from the input stream
      • read_value

        public Serializable read_value(String rep_id)
        Unmarshalls a value type from the input stream.
        Parameters:
        rep_id - identifies the type of the value to be unmarshalled
        Returns:
        value type unmarshalled from the input stream
      • read_value

        public Serializable read_value(Serializable value)
        Unmarshalls a value type from the input stream.
        Parameters:
        value - is an uninitialized value which is added to the orb's indirection table before calling Streamable._read() or CustomMarshal.unmarshal() to unmarshal the value.
        Returns:
        value type unmarshalled from the input stream
      • read_abstract_interface

        public Object read_abstract_interface()
        Unmarshal the value object or a suitable stub object.
        Returns:
        ORB runtime returns the value object or a suitable stub object.
      • read_abstract_interface

        public Object read_abstract_interface(Class clz)
        Unmarshal the class object or the stub class corresponding to the passed type.
        Parameters:
        clz - is the Class object for the stub class which corresponds to the type that is statically expected.
        Returns:
        ORB runtime returns the value object or a suitable stub object.

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/inputstream.html/.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