org.omg.CORBA
Interface CustomInputStream

All Superinterfaces:
DataInputStream

public interface CustomInputStream
extends DataInputStream


Method Summary
 Object read_abstract_interface()
           
 Object read_abstract_interface(Class expected)
           
 Serializable read_value()
           
 Serializable read_value(BoxedValueHelper helper)
           
 Serializable read_value(Class expected)
           
 Serializable read_value(String repId)
           
 
Methods inherited from interface org.omg.CORBA.DataInputStream
read_Abstract, read_any_array, read_any, read_boolean_array, read_boolean, read_char_array, read_char, read_double_array, read_double, read_float_array, read_float, read_long_array, read_long, read_longdouble, read_longlong_array, read_longlong, read_Object, read_octet_array, read_octet, 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_Value, read_wchar_array, read_wchar, read_wstring
 

Method Detail

read_value

Serializable read_value()

read_value

Serializable read_value(String repId)

read_value

Serializable read_value(Class expected)

read_abstract_interface

Object read_abstract_interface()

read_abstract_interface

Object read_abstract_interface(Class expected)

read_value

Serializable read_value(BoxedValueHelper helper)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.