Uses of Package
org.farng.mp3

Packages that use org.farng.mp3
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 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.
MP3File
          
How is MP3 built?
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?
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.
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.
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.
 



Copyright (c) 2004 Eric Farng