Пример #1
0
        public char NextChar()
        {
            char result = ByteUtil.BytesHighFirstToChar(bytes, offset);

            offset += 2;
            return(result);
        }