public abstract class InputStream extends InputStream
InputStream
Constructor and Description |
---|
InputStream()
创建一个这个类的新实例。
|
Modifier and Type | Method and Description |
---|---|
Object |
read_abstract_interface()
解组数值对象或合适的存根对象。
|
Object |
read_abstract_interface(类 clz)
解组对应于传递类型的类对象或存根类。
|
Serializable |
read_value()
从输入流解组值类型。
|
Serializable |
read_value(BoxedValueHelper factory)
从输入流解组值类型。
|
Serializable |
read_value(类 clz)
从输入流解组值类型。
|
Serializable |
read_value(Serializable value)
从输入流解组值类型。
|
Serializable |
read_value(String rep_id)
从输入流解组值类型。
|
orb, read_any, read_boolean_array, read_boolean, read_char_array, read_char, read_Context, read_double_array, read_double, read_fixed, read_float_array, read_float, read_long_array, read_long, read_longlong_array, read_longlong, read_Object, read_Object, read_octet_array, read_octet, read_Principal, read_short_array, read_short, read_string, read_TypeCode, read_ulong_array, read_ulong, read_ulonglong_array, read_ulonglong, read_ushort_array, read_ushort, read_wchar_array, read_wchar, read_wstring, read
available, close, mark, markSupported, read, read, reset, skip
public InputStream()
public Serializable read_value()
public Serializable read_value(类 clz)
clz
- 是要解组的值的声明类型
public Serializable read_value(BoxedValueHelper factory)
factory
- 是用于解组值类型的帮助器的实例
public Serializable read_value(String rep_id)
rep_id
- 识别要解组的值的类型
public Serializable read_value(Serializable value)
value
- 是一个未初始化的值,它在调用Streamable._read()或CustomMarshal.unmarshal()之前添加到orb的间接表中以解组。
public Object read_abstract_interface()
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.