Beispiel #1
0
 public override int ReadContentAsBase64(byte[] buffer, int index, int count)
 {
     return(_impl.ReadContentAsBase64(buffer, index, count));
 }