Again, for anyone working with ID3 version 1 or 1.1 tags.
This class is used to store the tags associated with a given file.
There is a default constructor in case you need to instantiate an 'empty' instance, but in 99% of cases you pass the filename of the audio file to the constuctor and it'll return an instance with the correct tags and filename all neatly packaged up for you.
Enjoy!