Example #1
0
 public int ReadBinHex(byte[] array, int offset, int len)
 {
     return(_impl.ReadBinHex(array, offset, len));
 }