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 int
blockLength_
private java.nio.ByteBuffer
byteBuffer_
private int
chunkedValueNestingLevel_
private int
end_flag_
private boolean
isChunked_
private boolean
specialNoOptionalDataState_
private int
stringIndirection_
private ValueHandler
valueHandler_
private int
valueIndirection_
-
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_
-
-