public UInt32 GetUInt32() { UInt32 x = Entry.BytesToUInt32(Buffer, CurrentGetPos); CurrentGetPos += 4; return(x); }