示例#1
0
 /// <summary>
 /// Repositions this stream to the position at the time the mark() method was
 /// last called on this input stream. If mark() has not been called this
 /// method repositions the stream to its beginning.
 /// </summary>
 public override void Reset()
 {
     delegate1.Reset();
 }