Exemplo n.º 1
0
 /**
  * Rewind the file to the beginning.
  */
 void Rewind() {
   file.Rewind();
   buffered.Reset();
 }