public abstract class OutputStream extends OutputStream
OutputStream
Constructor and Description |
---|
OutputStream()
Create a new instance of this class.
|
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.
|
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
close, flush, write, write
public OutputStream()
public void write_value(Serializable value)
value
- is the acutal value to writepublic void write_value(Serializable value, Class clz)
value
- is the acutal value to writeclz
- is the declared type of the value to be marshaledpublic void write_value(Serializable value, String repository_id)
value
- is the acutal value to writerepository_id
- identifies the type of the value type to
be marshaledpublic void write_value(Serializable value, BoxedValueHelper factory)
value
- is the acutal value to writefactory
- is the instance of the helper to be used for marshaling
the boxed valuepublic void write_abstract_interface(Object obj)
obj
- the actual value object to marshal or the stub to be marshalled Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2015, Oracle and/or its affiliates. All rights reserved.