Beispiel #1
0
 /**
  * Reset the stream.
  *
  * @exception IOException If an I/O error occurs
  */
 public void reset() throws IOException {
   ensureOpen();
   in.reset();
 }