public void mark(RestorableInputStream is) {
   markEngaged = true;
   inputStream = is;
   streamMemento = inputStream.createStreamMemento();
 }