Esempio n. 1
0
 public override Int32 GetCharCount(Byte[] bytes, Int32 index, Int32 count)
 {
     return(_decoder.GetCharCount(bytes, index, count));
 }
Esempio n. 2
0
 public override int GetCharCount(byte[] bytes, int index, int count)
 {
     return(_decoder.GetCharCount(bytes, index, count));
 }