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

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

Uses of AbstractID3 in org.farng.mp3.id3
 

Subclasses of AbstractID3 in org.farng.mp3.id3
 class AbstractID3v1
          Superclass for all ID3v1 tags.
 class AbstractID3v2
          Superclass for all ID3v2 tags
 class ID3v1
          
What is ID3 (v1)?
 class ID3v1_1
          
What is ID3v1.1?
 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 AbstractID3
AbstractID3(AbstractID3 copyObject)
          Creates a new AbstractID3 object.