org.omg.CORBA_2_3.portable

Class OutputStream

Known Direct Subclasses:
CDROutputStream

public abstract class OutputStream
extends OutputStream

Copyright (c) 1999 Object Management Group. Unlimited rights to duplicate and use this code are hereby granted provided that this copyright notice is included.

Method Summary

void
write_abstract_interface(java.lang.Object object)
void
write_value(java.io.Serializable value)
void
write_value(java.io.Serializable value, Class clz)
void
write_value(java.io.Serializable value, java.lang.String rep_id)
void
write_value(java.io.Serializable value, BoxedValueHelper factory)

Methods inherited from class org.omg.CORBA.portable.OutputStream

create_input_stream, orb, write, write_Context, write_Object, write_Principal, write_TypeCode, write_any, write_boolean, write_boolean_array, write_char, write_char_array, write_double, write_double_array, write_fixed, write_fixed, write_float, write_float_array, write_long, write_long_array, write_longlong, write_longlong_array, write_octet, write_octet_array, write_short, write_short_array, write_string, write_ulong, write_ulong_array, write_ulonglong, write_ulonglong_array, write_ushort, write_ushort_array, write_wchar, write_wchar_array, write_wstring

Method Details

write_abstract_interface

public void write_abstract_interface(java.lang.Object object)


write_value

public void write_value(java.io.Serializable value)


write_value

public void write_value(java.io.Serializable value,
                        Class clz)


write_value

public void write_value(java.io.Serializable value,
                        java.lang.String rep_id)


write_value

public void write_value(java.io.Serializable value,
                        BoxedValueHelper factory)