Package com.sun.corba.ee.impl.encoding
Interface RestorableInputStream
-
- All Known Implementing Classes:
CDRInputStream_1_0,CDRInputStream_1_1,CDRInputStream_1_2
interface RestorableInputStreamDefines 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.ObjectcreateStreamMemento()voidrestoreInternalState(java.lang.Object streamMemento)
-