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 Details

    • createStreamMemento

      Object createStreamMemento()
    • restoreInternalState

      void restoreInternalState(Object streamMemento)