public abstract class OutputStream extends OutputStream
OutputStream
Constructor and Description |
---|
OutputStream()
创建一个这个类的新实例。
|
Modifier and Type | Method and Description |
---|---|
void |
write_abstract_interface(Object obj)
汇总值对象或存根对象。
|
void |
write_value(Serializable value)
为输出流调度值类型。
|
void |
write_value(Serializable value, BoxedValueHelper factory)
为输出流调度值类型。
|
void |
write_value(Serializable value, 类 clz)
为输出流调度值类型。
|
void |
write_value(Serializable value, String repository_id)
为输出流调度值类型。
|
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
- 是要写的acutal值
public void write_value(Serializable value, 类 clz)
value
- 是要写的acutal值
clz
- 是要被封送的值的声明类型
public void write_value(Serializable value, String repository_id)
value
- 是要写的acutal值
repository_id
- 标识要封送的值类型的类型
public void write_value(Serializable value, BoxedValueHelper factory)
value
- 是要写的acutal值
factory
- 是用于封送方框值的助手的实例
public void write_abstract_interface(Object obj)
obj
- 要编组的元帅或存根的实际值对象
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, 2014, Oracle and/or its affiliates. All rights reserved.