An exception that is thrown when invalid data is set in an ID3 tag. Version History:
1.3.1 - 2002.1023 by gruni
-Made sourcecode compliant to the Sun Coding Conventions
1.3 - 2002.0318 by helliker
-Inherits from ID3Exception now.
1.2 - 2001.1019 by helliker
-All set for release.
A common interface for ID3Tag objects so they can easily communicate with
each other. Version History:
1.2.1 - 2002.1023 by gruni
-Made sourcecode compliant to the Sun Coding Conventions
1.2 - 2002.0127 by helliker
-Added getBytes method.
1.1 - 2002/01/13 by helliker
-Initial version
This exception is thrown when an data in an id3v2 tag violates the id3v2
standards. Version History:2002.1023 by gruni
-Made sourcecode compliant to the Sun Coding Conventions
1.3 - 2002.0318 by helliker
-Inherits from ID3Exception now
1.2 - 2001.1019 by helliker
All set for release.
This class is a collection that is used to hold the ID3v2Frames. Version History
1.3.1 - 2002.1021 by gruni
-Made Sourcecode compliant to the Sun CodingConventions
1.3 - 2002.0113 by helliker
-Ignore empty frames when calculating length and getting bytes to save
space.
Description: This class reads and writes id3v2 tags from a file. Version History
1.11.1 - 2002.1023 by gruni
-Made Sourcecode compliant to the Sun CodingConventions
1.11 - 2002.0127 by helliker
-The getBytes method is public to adhere to the ID3Tag interface.
1.10 - 2002.0125 by helliker
-Uses RandomAccessFile.readInt method to read ints.
1.9 - 2002.0125 by helliker
-Writes tag correctly if the 1st mpeg frame is corrupt.
-Fixed infinite loop in padding calculation.
1.8 - 2002.0124 by helliker
-Throws an exception with an invalid frame size.
1.7 - 2002.0113 by helliker
-Implements new ID3Tag interface.
-Optimized new padding calculation for writing.
1.6 - 2001.1204 by helliker
-Major revisions to size and padding calculations.
-Fixes to write and remove methods.
1.5 - 2001.1129 by helliker
-Fixed file handle leaks
1.4 - 2001.1110 by helliker
-Removed the getPaddingBytes method because it was not needed.
1.3 - 2001.1024 by helliker
-The padding size is updated before writing a tag, not during.
-Created a method to update the padding size.
1.2 - 2001.1019 by helliker
-All set for release.