Package com.sun.corba.se.impl.encoding
Class CDRInputStream_1_2
java.lang.Object
java.io.InputStream
com.sun.corba.se.impl.encoding.CDRInputStream_1_0
com.sun.corba.se.impl.encoding.CDRInputStream_1_1
com.sun.corba.se.impl.encoding.CDRInputStream_1_2
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.corba.se.impl.encoding.CDRInputStream_1_0
CDRInputStream_1_0.StreamMemento -
Field Summary
FieldsFields inherited from class com.sun.corba.se.impl.encoding.CDRInputStream_1_1
fragmentOffsetFields inherited from class com.sun.corba.se.impl.encoding.CDRInputStream_1_0
bbwi, blockLength, bufferManagerRead, end_flag, isChunked, littleEndian, markAndResetHandler, omgWrapper, orb, stringIndirection, valueHandler, valueIndirection, wrapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidalignAndCheck(int align, int n) com.sun.corba.se.impl.encoding.CDRInputStreamBasedup()voidmark(int readlimit) booleanintread()charvoidreset()voidsetParent(CDRInputStream parent) Methods inherited from class com.sun.corba.se.impl.encoding.CDRInputStream_1_1
createStreamMemento, get_offset, grow, restoreInternalStateMethods inherited from class com.sun.corba.se.impl.encoding.CDRInputStream_1_0
_truncatable_ids, checkBlockLength, checkForNegativeLength, close, computeAlignment, consumeEndian, dprint, dprintThrowable, end_value, getBufferLength, getBufferManager, getByteBuffer, getCharConverter, getIndex, getPosition, getSize, getWCharConverter, init, internalIORToObject, isLittleEndian, orb, orb, printBuffer, printBuffer, 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_longdouble, 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, resetCodeSetConverters, setBufferLength, setByteBuffer, setByteBufferWithInfo, setIndex, start_valueMethods inherited from class java.io.InputStream
available, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, skip, skipNBytes, transferTo
-
Field Details
-
headerPadding
protected boolean headerPadding -
restoreHeaderPadding
protected boolean restoreHeaderPadding -
parent
-
-
Constructor Details
-
CDRInputStream_1_2
public CDRInputStream_1_2()
-
-
Method Details
-
mark
public void mark(int readlimit) - Overrides:
markin classCDRInputStream_1_0
-
reset
public void reset()- Overrides:
resetin classCDRInputStream_1_0
-
dup
public com.sun.corba.se.impl.encoding.CDRInputStreamBase dup()- Overrides:
dupin classCDRInputStream_1_1
-
alignAndCheck
protected void alignAndCheck(int align, int n) - Overrides:
alignAndCheckin classCDRInputStream_1_1
-
getGIOPVersion
- Overrides:
getGIOPVersionin classCDRInputStream_1_1
-
read_wchar
public char read_wchar()- Overrides:
read_wcharin classCDRInputStream_1_1
-
read_wstring
- Overrides:
read_wstringin classCDRInputStream_1_1
-
setParent
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read_Context
-
markSupported
public boolean markSupported()- Overrides:
markSupportedin classInputStream
-