Package com.sun.corba.ee.impl.encoding
Interface TypeCodeReader
- All Superinterfaces:
MarshalInputStream
- All Known Implementing Classes:
TypeCodeInputStream
,WrapperInputStream
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addTypeCodeAtPosition
(TypeCodeImpl tc, int position) int
int
getTypeCodeAtPosition
(int position) void
void
setEnclosingInputStream
(InputStream enclosure) Methods inherited from interface com.sun.corba.ee.impl.encoding.MarshalInputStream
consumeEndian, mark, performORBVersionSpecificInit, read_any, 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_longlong, read_longlong_array, read_Object, read_Object, read_octet, read_octet_array, read_Principal, read_short, read_short_array, read_string, read_TypeCode, read_ulong, read_ulong_array, read_ulonglong, read_ulonglong_array, read_ushort, read_ushort_array, read_value, read_wchar, read_wchar_array, read_wstring, reset, resetCodeSetConverters
-
Method Details
-
addTypeCodeAtPosition
-
getTypeCodeAtPosition
-
setEnclosingInputStream
-
getTopLevelStream
TypeCodeReader getTopLevelStream() -
getTopLevelPosition
int getTopLevelPosition() -
getPosition
int getPosition()- Specified by:
getPosition
in interfaceMarshalInputStream
-
printTypeMap
void printTypeMap()
-