org.omg.CORBA

Interface CustomInputStream

All Superinterfaces:
DataInputStream

public interface CustomInputStream
extends DataInputStream

Copyright (c) 2001 Object Management Group. Unlimited rights to duplicate and use this code are hereby granted provided that this copyright notice is included.

Method Summary

java.lang.Object
read_abstract_interface()
java.lang.Object
read_abstract_interface(java.lang.Class expected)
java.io.Serializable
read_value()
java.io.Serializable
read_value(java.lang.Class expected)
java.io.Serializable
read_value(java.lang.String repId)
java.io.Serializable
read_value(BoxedValueHelper helper)

Methods inherited from interface org.omg.CORBA.DataInputStream

read_Abstract, read_Object, read_TypeCode, read_Value, read_any, read_any_array, read_boolean, read_boolean_array, read_char, read_char_array, read_double, read_double_array, read_float, read_float_array, read_long, read_long_array, read_longdouble, read_longlong, read_longlong_array, read_octet, read_octet_array, read_short, read_short_array, read_string, read_ulong, read_ulong_array, read_ulonglong, read_ulonglong_array, read_ushort, read_ushort_array, read_wchar, read_wchar_array, read_wstring

Method Details

read_abstract_interface

public java.lang.Object read_abstract_interface()


read_abstract_interface

public java.lang.Object read_abstract_interface(java.lang.Class expected)


read_value

public java.io.Serializable read_value()


read_value

public java.io.Serializable read_value(java.lang.Class expected)


read_value

public java.io.Serializable read_value(java.lang.String repId)


read_value

public java.io.Serializable read_value(BoxedValueHelper helper)