- java.lang.Object
-
- java.io.InputStream
-
- org.omg.CORBA.portable.InputStream
-
- org.omg.CORBA_2_3.portable.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 Summary
Constructors Constructor and Description InputStream()
Create a new instance of this class.
-
Method Summary
Methods Modifier and Type Method and Description Object
read_abstract_interface()
Unmarshal the value object or a suitable stub object.Object
read_abstract_interface(Class clz)
Unmarshal the class object or the stub class corresponding to the passed type.Serializable
read_value()
Unmarshalls a value type from the input stream.Serializable
read_value(BoxedValueHelper factory)
Unmarshalls a value type from the input stream.Serializable
read_value(Class clz)
Unmarshalls a value type from the input stream.Serializable
read_value(Serializable value)
Unmarshalls a value type from the input stream.Serializable
read_value(String rep_id)
Unmarshalls a value type from the input stream.-
Methods inherited from class org.omg.CORBA.portable.InputStream
orb, read_any, read_boolean_array, read_boolean, read_char_array, read_char, read_Context, read_double_array, read_double, read_fixed, read_float_array, read_float, read_long_array, read_long, read_longlong_array, read_longlong, read_Object, read_Object, read_octet_array, read_octet, read_Principal, read_short_array, read_short, read_string, read_TypeCode, read_ulong_array, read_ulong, read_ulonglong_array, read_ulonglong, read_ushort_array, read_ushort, read_wchar_array, read_wchar, read_wstring, read
-
-
-
-
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.
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-org/omg/CORBA_2_3/portable/InputStream.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.