Uses of Package
org.farng.mp3

Packages that use org.farng.mp3
magoffin.matt.meta.audio Audio releated metadata support, such as ID3 
org.farng.mp3 Start with AbstractMP3Tag or MP3File 
org.farng.mp3.filename Start with FilenameTag 
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 
 

Classes in org.farng.mp3 used by magoffin.matt.meta.audio
MP3AudioMetadata
          API for metadata about an MPEG audio stream
MP3Tag
          API for extracting various metdata from an MPEG audio file.
 

Classes in org.farng.mp3 used by org.farng.mp3
AbstractMP3FileItem
          This class is a facade for all classes that can write to an MP3 file.
AbstractMP3Fragment
          This class represents parts of tags.
AbstractMP3FragmentBody
          This class is contained in the AbstractMP3Fragment and represents the actual data of tags.
AbstractMP3Tag
          Introduction to tags
InvalidTagException
          An InvalidTagException is thrown if a parse error occurs while a tag is being read from a file.
MP3AudioMetadata
          API for metadata about an MPEG audio stream
MP3File
          
How is MP3 built?
MP3FileHelper
          Helper class for MP3 files, to extract metadata directly from MPEG audio itself (not any tags embedded in file).
MP3MetadataContainer
          A container of MP3 metadata items.
MP3MetadataItem
          API for MP3 metadta items (ID3 tags, Lyrics3 objects, etc).
MP3Tag
          API for extracting various metdata from an MPEG audio file.
TagException
          This is the exception that is always generated by any class in these packages.
TagOptionSingleton
          Options that are used for every object and class in this library.
 

Classes in org.farng.mp3 used by org.farng.mp3.filename
AbstractMP3FileItem
          This class is a facade for all classes that can write to an MP3 file.
AbstractMP3Tag
          Introduction to tags
MP3File
          
How is MP3 built?
MP3Tag
          API for extracting various metdata from an MPEG audio file.
TagException
          This is the exception that is always generated by any class in these packages.
 

Classes in org.farng.mp3 used by org.farng.mp3.id3
AbstractMP3FileItem
          This class is a facade for all classes that can write to an MP3 file.
AbstractMP3Fragment
          This class represents parts of tags.
AbstractMP3FragmentBody
          This class is contained in the AbstractMP3Fragment and represents the actual data of tags.
AbstractMP3Tag
          Introduction to tags
InvalidTagException
          An InvalidTagException is thrown if a parse error occurs while a tag is being read from a file.
MP3MetadataContainer
          A container of MP3 metadata items.
MP3MetadataItem
          API for MP3 metadta items (ID3 tags, Lyrics3 objects, etc).
MP3Tag
          API for extracting various metdata from an MPEG audio file.
TagException
          This is the exception that is always generated by any class in these packages.
TagNotFoundException
          Thrown if the tag or MP3 Frame Header isn't found.
 

Classes in org.farng.mp3 used by org.farng.mp3.lyrics3
AbstractMP3FileItem
          This class is a facade for all classes that can write to an MP3 file.
AbstractMP3Fragment
          This class represents parts of tags.
AbstractMP3FragmentBody
          This class is contained in the AbstractMP3Fragment and represents the actual data of tags.
AbstractMP3Tag
          Introduction to tags
InvalidTagException
          An InvalidTagException is thrown if a parse error occurs while a tag is being read from a file.
MP3MetadataContainer
          A container of MP3 metadata items.
MP3MetadataItem
          API for MP3 metadta items (ID3 tags, Lyrics3 objects, etc).
MP3Tag
          API for extracting various metdata from an MPEG audio file.
TagException
          This is the exception that is always generated by any class in these packages.
TagNotFoundException
          Thrown if the tag or MP3 Frame Header isn't found.