VERSION_MASK
uint16 GetVersion() const { return fVersion & VERSION_MASK; }
uint32 GetVersion() const { return (fVersion & VERSION_MASK); }