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
是写的实际价值
public void write_value(Serializable value, 类 clz)
value
是写的实际价值
clz
是声明的类型的值被封
public void write_value(Serializable value, String repository_id)
value
是写的实际价值
repository_id
标识要将值类型的类型
public void write_value(Serializable value, BoxedValueHelper factory)
value
是写的实际价值
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.