Exemplo n.º 1
0
        public UInt16 GetUInt16()
        {
            UInt16 x = Entry.BytesToUInt16(Buffer, CurrentGetPos);

            CurrentGetPos += 2;
            return(x);
        }