Esempio n. 1
0
 public int Read(byte[] buffer, int offset, int count)
 {
     return(Impl.Read(buffer, offset, count));
 }