Exemplo n.º 1
0
        public UInt32 GetUInt32()
        {
            UInt32 x = Entry.BytesToUInt32(Buffer, CurrentGetPos);

            CurrentGetPos += 4;
            return(x);
        }