Monobjc.Tools.Generator.Parsers.Sgml.Ucs4Decoder.GetCharCount C# (CSharp) Method

GetCharCount() public method

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
return int
        public override int GetCharCount(byte[] bytes, int index, int count)
        {
            return (count + this.tempBytes)/4;
        }