Package com.sun.corba.ee.impl.encoding
Class CDRInputStream_1_1
java.lang.Object
java.io.InputStream
com.sun.corba.ee.impl.encoding.CDRInputStreamBase
com.sun.corba.ee.impl.encoding.CDRInputStream_1_0
com.sun.corba.ee.impl.encoding.CDRInputStream_1_1
- All Implemented Interfaces:
RestorableInputStream
,Closeable
,AutoCloseable
- Direct Known Subclasses:
CDRInputStream_1_2
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.sun.corba.ee.impl.encoding.CDRInputStream_1_0
CDRInputStream_1_0.StreamMemento
-
Field Summary
FieldsFields inherited from class com.sun.corba.ee.impl.encoding.CDRInputStream_1_0
blockLength, bufferManagerRead, byteBuffer, end_flag, isChunked, markAndResetHandler, orb, stringIndirection, valueHandler, valueIndirection, wrapper
Fields inherited from class com.sun.corba.ee.impl.encoding.CDRInputStreamBase
parent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
alignAndCheck
(int align, int n) dup()
protected int
protected void
grow
(int align, int n) char
void
restoreInternalState
(Object streamMemento) Methods inherited from class com.sun.corba.ee.impl.encoding.CDRInputStream_1_0
_truncatable_ids, alignOnBoundary, checkBlockLength, checkForNegativeLength, close, computeAlignment, consumeEndian, end_value, getBufferLength, getBufferManager, getByteOrder, getCharConverter, getCodeBase, getConvertedChars, getPosition, getWCharConverter, init, internalIORToObject, mark, newEmptyString, orb, orb, performORBVersionSpecificInit, read_Abstract, read_abstract_interface, read_abstract_interface, read_any, read_any_array, read_any_array, read_boolean, read_boolean_array, read_boolean_array, read_char, read_char_array, read_char_array, read_double, read_double_array, read_double_array, read_fixed, read_fixed, read_float, read_float_array, read_float_array, read_long, read_long_array, read_long_array, read_longlong, read_longlong_array, read_longlong_array, read_Object, read_Object, read_octet, read_octet_array, read_octet_array, read_Principal, read_short, read_short_array, read_short_array, read_string, read_TypeCode, read_ulong, read_ulong_array, read_ulong_array, read_ulonglong, read_ulonglong_array, read_ulonglong_array, read_ushort, read_ushort_array, read_ushort_array, read_value, read_value, read_value, read_value, read_value, read_Value, read_wchar_array, read_wchar_array, readStringOrIndirection, reset, resetCodeSetConverters, setBufferLength, setHeaderPadding, setIndex, start_value
Methods inherited from class com.sun.corba.ee.impl.encoding.CDRInputStreamBase
markSupported, read, read_Context, setParent
Methods inherited from class java.io.InputStream
available, read, read, skip
-
Field Details
-
fragmentOffset
protected int fragmentOffset
-
-
Constructor Details
-
CDRInputStream_1_1
public CDRInputStream_1_1()
-
-
Method Details
-
getGIOPVersion
- Overrides:
getGIOPVersion
in classCDRInputStream_1_0
-
dup
- Overrides:
dup
in classCDRInputStream_1_0
-
get_offset
protected int get_offset()- Overrides:
get_offset
in classCDRInputStream_1_0
-
alignAndCheck
protected void alignAndCheck(int align, int n) - Overrides:
alignAndCheck
in classCDRInputStream_1_0
-
grow
protected void grow(int align, int n) - Overrides:
grow
in classCDRInputStream_1_0
-
createStreamMemento
- Specified by:
createStreamMemento
in interfaceRestorableInputStream
- Overrides:
createStreamMemento
in classCDRInputStream_1_0
-
restoreInternalState
- Specified by:
restoreInternalState
in interfaceRestorableInputStream
- Overrides:
restoreInternalState
in classCDRInputStream_1_0
-
read_wchar
public char read_wchar()- Overrides:
read_wchar
in classCDRInputStream_1_0
-
read_wstring
- Overrides:
read_wstring
in classCDRInputStream_1_0
-