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
ID3V1_ONLY -
Static variable in class net.sf.ext.helliker.id3.MP3File
Write and read from ID3v1 tags only.
ID3V2_ONLY -
Static variable in class net.sf.ext.helliker.id3.MP3File
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.
This class keeps track of all the genre numbers and their corresponding
Strings based on the ID3 and Nullsoft standards. Version History
1.4.1 - 2002.1023 by gruni
-Made Sourcecode compliant to the Sun CodingConventions
1.4 - by helliker
-initial release.
Creates a query String by using the QueryOptions, the
QueryWhat, the QueryConditions and the query
type
Later this class might start using other database languages as well
Utils - class net.sf.ext.entagged.libraries.utils.Utils.
This Class is a regrouping of all functions that could not fit in another place or function of general use $Id: Utils.java,v 1.1 2004/09/17 07:15:48 rwaals Exp $
Utils() -
Constructor for class net.sf.ext.entagged.libraries.utils.Utils