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, wrapperFields inherited from class com.sun.corba.ee.impl.encoding.CDRInputStreamBase
parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidalignAndCheck(int align, int n) dup()protected intprotected voidgrow(int align, int n) charvoidrestoreInternalState(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_valueMethods inherited from class com.sun.corba.ee.impl.encoding.CDRInputStreamBase
markSupported, read, read_Context, setParentMethods 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:
getGIOPVersionin classCDRInputStream_1_0
-
dup
- Overrides:
dupin classCDRInputStream_1_0
-
get_offset
protected int get_offset()- Overrides:
get_offsetin classCDRInputStream_1_0
-
alignAndCheck
protected void alignAndCheck(int align, int n) - Overrides:
alignAndCheckin classCDRInputStream_1_0
-
grow
protected void grow(int align, int n) - Overrides:
growin classCDRInputStream_1_0
-
createStreamMemento
- Specified by:
createStreamMementoin interfaceRestorableInputStream- Overrides:
createStreamMementoin classCDRInputStream_1_0
-
restoreInternalState
- Specified by:
restoreInternalStatein interfaceRestorableInputStream- Overrides:
restoreInternalStatein classCDRInputStream_1_0
-
read_wchar
public char read_wchar()- Overrides:
read_wcharin classCDRInputStream_1_0
-
read_wstring
- Overrides:
read_wstringin classCDRInputStream_1_0
-