Ejemplo n.º 1
0
 public override int Read(byte[] buffer, int offset, int count)
 {
     return(_stream.Read(buffer, offset, count));
 }