JavaScript is disabled on your browser.
JavaScript is disabled on your browser.
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
Description
OutputStream ()
Create a new instance of this class.
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Methods inherited from class org.omg.CORBA.portable.OutputStream
create_input_stream , orb , write , write_any , write_boolean , write_boolean_array , write_char , write_char_array , write_Context , write_double , write_double_array , write_fixed , write_float , write_float_array , write_long , write_long_array , write_longlong , write_longlong_array , write_Object , write_octet , write_octet_array , write_Principal , write_short , write_short_array , write_string , write_TypeCode , write_ulong , write_ulong_array , write_ulonglong , write_ulonglong_array , write_ushort , write_ushort_array , write_wchar , write_wchar_array , write_wstring
Method Detail
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
JavaScript is disabled on your browser.
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2017, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .
Scripting on this page tracks web page traffic, but does not change the content in any way.