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