Skip to content
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.

Clone this wiki locally