Package com.sun.corba.ee.impl.encoding
Class CDRInputStream_1_0.StreamMemento
- java.lang.Object
-
- com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.StreamMemento
-
- Direct Known Subclasses:
CDRInputStream_1_1.FragmentableStreamMemento
- Enclosing class:
- CDRInputStream_1_0
protected class CDRInputStream_1_0.StreamMemento extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private intblockLength_private java.nio.ByteBufferbyteBuffer_private intchunkedValueNestingLevel_private intend_flag_private booleanisChunked_private booleanspecialNoOptionalDataState_private intstringIndirection_private ValueHandlervalueHandler_private intvalueIndirection_
-
Constructor Summary
Constructors Constructor Description StreamMemento()
-
-
-
Field Detail
-
blockLength_
private int blockLength_
-
end_flag_
private int end_flag_
-
chunkedValueNestingLevel_
private int chunkedValueNestingLevel_
-
valueIndirection_
private int valueIndirection_
-
stringIndirection_
private int stringIndirection_
-
isChunked_
private boolean isChunked_
-
valueHandler_
private ValueHandler valueHandler_
-
byteBuffer_
private java.nio.ByteBuffer byteBuffer_
-
specialNoOptionalDataState_
private boolean specialNoOptionalDataState_
-
-