Uses of Class
org.farng.mp3.id3.AbstractID3v2

Packages that use AbstractID3v2
org.farng.mp3 Start with AbstractMP3Tag or MP3File 
org.farng.mp3.id3 Start with ID3v1, ID3v1_1, ID3v2_2, ID3v2_2Frame, ID3v2_3, ID3v2_3Frame, ID3v2_4, or ID3v2_4Frame. 
 

Uses of AbstractID3v2 in org.farng.mp3
 

Methods in org.farng.mp3 that return AbstractID3v2
 AbstractID3v2 MP3File.getID3v2Tag()
          Returns the ID3v2 tag for this object.
 

Methods in org.farng.mp3 with parameters of type AbstractID3v2
 void MP3File.setID3v2Tag(AbstractID3v2 id3v2tag)
           
 

Uses of AbstractID3v2 in org.farng.mp3.id3
 

Subclasses of AbstractID3v2 in org.farng.mp3.id3
 class ID3v2_2
          

The two biggest design goals were to be able to implement ID3v2 without disturbing old software too much and that ID3v2 should be expandable.

 class ID3v2_3
          

The two biggest design goals were to be able to implement ID3v2 without disturbing old software too much and that ID3v2 should be as flexible and expandable as possible.

 class ID3v2_4
             ID3v2 is a general tagging format for audio, which makes it possible
   to store meta data about the audio inside the audio file itself.
 

Constructors in org.farng.mp3.id3 with parameters of type AbstractID3v2
AbstractID3v2(AbstractID3v2 copyObject)
          Creates a new AbstractID3v2 object.