Package com.sun.corba.ee.impl.encoding
Interface RestorableInputStream
-
- All Known Implementing Classes:
CDRInputStream_1_0
,CDRInputStream_1_1
,CDRInputStream_1_2
interface RestorableInputStream
Defines the methods on an input stream which provide a way to get and restore its internal state without violating encapsulation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
createStreamMemento()
void
restoreInternalState(java.lang.Object streamMemento)
-