Uses of Interface
pgbennett.id3.ID3Tag

Packages that use ID3Tag
pgbennett.id3   
 

Uses of ID3Tag in pgbennett.id3
 

Classes in pgbennett.id3 that implement ID3Tag
 class ID3v1Tag
          This class reads and writes id3v1.1 tags from/to files.
 class ID3v2Tag
          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.
 

Methods in pgbennett.id3 with parameters of type ID3Tag
 void ID3Tag.copyFrom(ID3Tag tag)
          Copies information from the ID3Tag parameter and inserts it into this tag.
 void ID3v1Tag.copyFrom(ID3Tag tag)
          Copies information from the ID3Tag parameter and inserts it into this tag.
 void ID3v2Tag.copyFrom(ID3Tag tag)
          Copies information from the ID3Tag parameter and inserts it into this tag.