- java.lang.Object
-
- java.io.OutputStream
-
- org.omg.CORBA.portable.OutputStream
-
- org.omg.CORBA_2_3.portable.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 Summary
Constructors Constructor and Description OutputStream()
Create a new instance of this class.
-
Method Summary
Methods Modifier and Type Method and Description void
write_abstract_interface(Object obj)
Marshals a value object or a stub object.void
write_value(Serializable value)
Marshals a value type to the output stream.void
write_value(Serializable value, BoxedValueHelper factory)
Marshals a value type to the output stream.void
write_value(Serializable value, Class clz)
Marshals a value type to the output stream.void
write_value(Serializable value, String repository_id)
Marshals a value type to the output stream.-
Methods inherited from class org.omg.CORBA.portable.OutputStream
create_input_stream, orb, write_any, write_boolean_array, write_boolean, write_char_array, write_char, write_Context, write_double_array, write_double, write_fixed, write_float_array, write_float, write_long_array, write_long, write_longlong_array, write_longlong, write_Object, write_octet_array, write_octet, write_Principal, write_short_array, write_short, write_string, write_TypeCode, write_ulong_array, write_ulong, write_ulonglong_array, write_ulonglong, write_ushort_array, write_ushort, write_wchar_array, write_wchar, write_wstring, write
-
-
-
-
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 writeclz
- 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 writerepository_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 writefactory
- 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
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
05/11/2024 20:34:06 Cette version de la page est en cache (à la date du 05/11/2024 20:34:06) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 11/06/2005, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-org/omg/CORBA_2_3/portable/OutputStream.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.