Uses of Package
org.jaudiotagger.tag

Packages that use org.jaudiotagger.tag
org.jaudiotagger.audio   
org.jaudiotagger.audio.asf   
org.jaudiotagger.audio.asf.tag   
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.audio.real   
org.jaudiotagger.audio.wav   
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.

Some audio file tagging systems allow to specify multiple values for one type of information.

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
Tag
          This interface represents the basic data structure for the default audiolibrary functionality.

Some audio file tagging systems allow to specify multiple values for one type of information.

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.tag
FieldDataInvalidException
          Thrown if the try and create a field with invalid data

FieldKey
          This is an enumeration of fields implemented by all major formats

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.

KeyNotFoundException
          Thrown if the key cannot be found

Tag
          This interface represents the basic data structure for the default audiolibrary functionality.

Some audio file tagging systems allow to specify multiple values for one type of information.

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.asf.util
Tag
          This interface represents the basic data structure for the default audiolibrary functionality.

Some audio file tagging systems allow to specify multiple values for one type of information.

 

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

Some audio file tagging systems allow to specify multiple values for one type of information.

 

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

FieldKey
          This is an enumeration of fields implemented by all major formats

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.

KeyNotFoundException
          Thrown if the key cannot be found

Tag
          This interface represents the basic data structure for the default audiolibrary functionality.

Some audio file tagging systems allow to specify multiple values for one type of information.

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.
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.mp3
Tag
          This interface represents the basic data structure for the default audiolibrary functionality.

Some audio file tagging systems allow to specify multiple values for one type of information.

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.

Some audio file tagging systems allow to specify multiple values for one type of information.

 

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

Some audio file tagging systems allow to specify multiple values for one type of information.

 

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

Some audio file tagging systems allow to specify multiple values for one type of information.

 

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

Some audio file tagging systems allow to specify multiple values for one type of information.

 

Classes in org.jaudiotagger.tag used by org.jaudiotagger.tag
FieldDataInvalidException
          Thrown if the try and create a field with invalid data

FieldKey
          This is an enumeration of fields implemented by all major formats

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.

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.
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

FieldKey
          This is an enumeration of fields implemented by all major formats

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.

KeyNotFoundException
          Thrown if the key cannot be found

Tag
          This interface represents the basic data structure for the default audiolibrary functionality.

Some audio file tagging systems allow to specify multiple values for one type of information.

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.tag.id3
FieldDataInvalidException
          Thrown if the try and create a field with invalid data

FieldKey
          This is an enumeration of fields implemented by all major formats

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.

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.

Some audio file tagging systems allow to specify multiple values for one type of information.

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.
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

FieldKey
          This is an enumeration of fields implemented by all major formats

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.

KeyNotFoundException
          Thrown if the key cannot be found

Tag
          This interface represents the basic data structure for the default audiolibrary functionality.

Some audio file tagging systems allow to specify multiple values for one type of information.

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.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
FieldDataInvalidException
          Thrown if the try and create a field with invalid data

FieldKey
          This is an enumeration of fields implemented by all major formats

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.

KeyNotFoundException
          Thrown if the key cannot be found

Tag
          This interface represents the basic data structure for the default audiolibrary functionality.

Some audio file tagging systems allow to specify multiple values for one type of information.

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.