ReadBase64() private method

private ReadBase64 ( byte array, int offset, int len ) : int
array byte
offset int
len int
return int
Beispiel #1
0
 public int ReadBase64(byte[] array, int offset, int len)
 {
     return(_impl.ReadBase64(array, offset, len));
 }