You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Michael Yang edited this page Jul 5, 2014
·
1 revision
Thev1.Tag type is just a collection of the relevant data fields and a dirty flag to signal when to write back to file. The getter and setter methods act to validate data when necessary.
The fields of v1.Tag are mapped to pre-allocated byte locations, and so the Bytes() method just returns a byte array with relevant locations filled.