Uses of Package
org.jaudiotagger.tag

Packages that use org.jaudiotagger.tag
org.jaudiotagger.audio   
org.jaudiotagger.audio.asf.data.wrapper   
org.jaudiotagger.audio.asf.util   
org.jaudiotagger.audio.flac   
org.jaudiotagger.audio.flac.metadatablock   
org.jaudiotagger.audio.generic   
org.jaudiotagger.audio.mp3   
org.jaudiotagger.audio.mp4   
org.jaudiotagger.audio.ogg   
org.jaudiotagger.tag   
org.jaudiotagger.tag.datatype   
org.jaudiotagger.tag.flac   
org.jaudiotagger.tag.id3   
org.jaudiotagger.tag.id3.framebody   
org.jaudiotagger.tag.lyrics3   
org.jaudiotagger.tag.mp4   
org.jaudiotagger.tag.mp4.field   
org.jaudiotagger.tag.vorbiscomment   
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.audio
Tag
          This interface represents the basic data structure for the default audiolibrary functionality.
TagException
          This is the exception that is always generated by any class in these packages.
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.audio.asf.data.wrapper
TagField
          Implementing classes represent a tag field for the entagged audio library.
Very basic functionality is defined for use with Tag.
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.audio.asf.util
Tag
          This interface represents the basic data structure for the default audiolibrary functionality.
TagField
          Implementing classes represent a tag field for the entagged audio library.
Very basic functionality is defined for use with Tag.
TagTextField
          This interface extends the default field definition by methods for working with human readable text.
A TagTextField does not store binary data.
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.audio.flac
Tag
          This interface represents the basic data structure for the default audiolibrary functionality.
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.audio.flac.metadatablock
InvalidFrameException
          Thrown if frame cannot be read correctly.
TagField
          Implementing classes represent a tag field for the entagged audio library.
Very basic functionality is defined for use with Tag.
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.audio.generic
FieldDataInvalidException
          Thrown if the try and create a field with invalid data
KeyNotFoundException
          Thrown if the key cannot be found
Tag
          This interface represents the basic data structure for the default audiolibrary functionality.
TagException
          This is the exception that is always generated by any class in these packages.
TagField
          Implementing classes represent a tag field for the entagged audio library.
Very basic functionality is defined for use with Tag.
TagFieldKey
          This is an enumeration of common tag keys This enumeration is used by subclasses to map from the common key to their implementation key, the keys are grouped within EnumSets within Tag class.
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.audio.mp3
Tag
          This interface represents the basic data structure for the default audiolibrary functionality.
TagException
          This is the exception that is always generated by any class in these packages.
TagNotFoundException
          Thrown if the tag o isn't found.
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.audio.mp4
Tag
          This interface represents the basic data structure for the default audiolibrary functionality.
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.audio.ogg
Tag
          This interface represents the basic data structure for the default audiolibrary functionality.
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.tag
FieldDataInvalidException
          Thrown if the try and create a field with invalid data
InvalidFrameException
          Thrown if frame cannot be read correctly.
InvalidTagException
          An InvalidTagException is thrown if a parse error occurs while a tag is being read from a file.
KeyNotFoundException
          Thrown if the key cannot be found
TagException
          This is the exception that is always generated by any class in these packages.
TagField
          Implementing classes represent a tag field for the entagged audio library.
Very basic functionality is defined for use with Tag.
TagFieldKey
          This is an enumeration of common tag keys This enumeration is used by subclasses to map from the common key to their implementation key, the keys are grouped within EnumSets within Tag class.
Tagger
          An enumeration of popular tagger applications
TagOptionSingleton
           
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.tag.datatype
InvalidDataTypeException
          Indicates there was a problem parsing this datatype due to a problem with the data such as the array being empty when trying to read from a file.
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.tag.flac
FieldDataInvalidException
          Thrown if the try and create a field with invalid data
KeyNotFoundException
          Thrown if the key cannot be found
Tag
          This interface represents the basic data structure for the default audiolibrary functionality.
TagField
          Implementing classes represent a tag field for the entagged audio library.
Very basic functionality is defined for use with Tag.
TagFieldKey
          This is an enumeration of common tag keys This enumeration is used by subclasses to map from the common key to their implementation key, the keys are grouped within EnumSets within Tag class.
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.tag.id3
FieldDataInvalidException
          Thrown if the try and create a field with invalid data
InvalidFrameException
          Thrown if frame cannot be read correctly.
InvalidTagException
          An InvalidTagException is thrown if a parse error occurs while a tag is being read from a file.
KeyNotFoundException
          Thrown if the key cannot be found
Tag
          This interface represents the basic data structure for the default audiolibrary functionality.
TagException
          This is the exception that is always generated by any class in these packages.
TagField
          Implementing classes represent a tag field for the entagged audio library.
Very basic functionality is defined for use with Tag.
TagFieldKey
          This is an enumeration of common tag keys This enumeration is used by subclasses to map from the common key to their implementation key, the keys are grouped within EnumSets within Tag class.
TagNotFoundException
          Thrown if the tag o isn't found.
TagTextField
          This interface extends the default field definition by methods for working with human readable text.
A TagTextField does not store binary data.
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.tag.id3.framebody
InvalidTagException
          An InvalidTagException is thrown if a parse error occurs while a tag is being read from a file.
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.tag.lyrics3
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 o isn't found.
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.tag.mp4
FieldDataInvalidException
          Thrown if the try and create a field with invalid data
KeyNotFoundException
          Thrown if the key cannot be found
Tag
          This interface represents the basic data structure for the default audiolibrary functionality.
TagField
          Implementing classes represent a tag field for the entagged audio library.
Very basic functionality is defined for use with Tag.
TagFieldKey
          This is an enumeration of common tag keys This enumeration is used by subclasses to map from the common key to their implementation key, the keys are grouped within EnumSets within Tag class.
Tagger
          An enumeration of popular tagger applications
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.tag.mp4.field
FieldDataInvalidException
          Thrown if the try and create a field with invalid data
TagField
          Implementing classes represent a tag field for the entagged audio library.
Very basic functionality is defined for use with Tag.
TagTextField
          This interface extends the default field definition by methods for working with human readable text.
A TagTextField does not store binary data.
 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.tag.vorbiscomment
KeyNotFoundException
          Thrown if the key cannot be found
Tag
          This interface represents the basic data structure for the default audiolibrary functionality.
TagField
          Implementing classes represent a tag field for the entagged audio library.
Very basic functionality is defined for use with Tag.
TagFieldKey
          This is an enumeration of common tag keys This enumeration is used by subclasses to map from the common key to their implementation key, the keys are grouped within EnumSets within Tag class.
TagTextField
          This interface extends the default field definition by methods for working with human readable text.
A TagTextField does not store binary data.