public uint ReadUint32() { CheckType(DebugSerializeType.Uint32, 32); return(bitStream.ReadUint32()); }