Uses of Class
org.farng.mp3.AbstractMP3Fragment

Packages that use AbstractMP3Fragment
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. 
org.farng.mp3.lyrics3 Start with Lyrics3v1 or Lyrics3v2 
 

Uses of AbstractMP3Fragment in org.farng.mp3
 

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

Uses of AbstractMP3Fragment in org.farng.mp3.id3
 

Subclasses of AbstractMP3Fragment in org.farng.mp3.id3
 class AbstractID3v2Frame
          This abstract class is each frame header inside a ID3v2 tag
 class ID3v2_2Frame
          

The headers of the frames are similar in their construction.

 class ID3v2_3Frame
          

The extended header contains information that is not vital to the correct parsing of the tag information, hence the extended header is optional.

 class ID3v2_4Frame
             All ID3v2 frames consists of one frame header followed by one or more
   fields containing the actual information.
 

Uses of AbstractMP3Fragment in org.farng.mp3.lyrics3
 

Subclasses of AbstractMP3Fragment in org.farng.mp3.lyrics3
 class Lyrics3v2Field
          

Defined fields