public abstract class InputStream extends InputStream
InputStream
| Constructor and Description |
|---|
InputStream()
Create a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
read_abstract_interface()
Unmarshal the value object or a suitable stub object.
|
Object |
read_abstract_interface(Class
Unmarshal the class object or the stub class corresponding to the passed type.
|
Serializable |
read_value()
Unmarshalls a value type from the input stream.
|
Serializable |
read_value(BoxedValueHelper
Unmarshalls a value type from the input stream.
|
Serializable |
read_value(Class
Unmarshalls a value type from the input stream.
|
Serializable |
read_value(Serializable
Unmarshalls a value type from the input stream.
|
Serializable |
read_value(String
Unmarshalls a value type from the input stream.
|
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, readavailable, close, mark, markSupported, read, read, reset, skippublic InputStream()
public Serializableread_value()
public Serializableread_value(Class clz)
clz - is the declared type of the value to be unmarshalled
public Serializableread_value(BoxedValueHelper factory)
factory - is the instance fo the helper to be used for unmarshalling the value type
public Serializableread_value(String rep_id)
rep_id - identifies the type of the value to be unmarshalled
public Serializableread_value(Serializable value)
value - is an uninitialized value which is added to the orb's indirection table before calling Streamable._read() or CustomMarshal.unmarshal() to unmarshal the value.
public Objectread_abstract_interface()
public Objectread_abstract_interface(Class clz)
clz - is the Class object for the stub class which corresponds to the type that is statically expected.