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,java.io.Closeable,java.lang.AutoCloseable
- Direct Known Subclasses:
CDRInputStream_1_2
public class CDRInputStream_1_1 extends CDRInputStream_1_0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private classCDRInputStream_1_1.FragmentableStreamMemento-
Nested classes/interfaces inherited from class com.sun.corba.ee.impl.encoding.CDRInputStream_1_0
CDRInputStream_1_0.StreamMemento
-
-
Field Summary
Fields Modifier and Type Field Description protected intfragmentOffset-
Fields 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 Constructor Description CDRInputStream_1_1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidalignAndCheck(int align, int n)java.lang.ObjectcreateStreamMemento()CDRInputStreamBasedup()protected intget_offset()GIOPVersiongetGIOPVersion()protected voidgrow(int align, int n)charread_wchar()java.lang.Stringread_wstring()voidrestoreInternalState(java.lang.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
-
-
-
-
Method Detail
-
getGIOPVersion
public GIOPVersion getGIOPVersion()
- Overrides:
getGIOPVersionin classCDRInputStream_1_0
-
dup
public CDRInputStreamBase 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
public java.lang.Object createStreamMemento()
- Specified by:
createStreamMementoin interfaceRestorableInputStream- Overrides:
createStreamMementoin classCDRInputStream_1_0
-
restoreInternalState
public void restoreInternalState(java.lang.Object streamMemento)
- Specified by:
restoreInternalStatein interfaceRestorableInputStream- Overrides:
restoreInternalStatein classCDRInputStream_1_0
-
read_wchar
public char read_wchar()
- Overrides:
read_wcharin classCDRInputStream_1_0
-
read_wstring
public java.lang.String read_wstring()
- Overrides:
read_wstringin classCDRInputStream_1_0
-
-