Uses of Class
org.jaudiotagger.fix.Fix

Packages that use Fix
org.jaudiotagger.audio.ogg   
org.jaudiotagger.fix   
org.jaudiotagger.tag.vorbiscomment   
 

Uses of Fix in org.jaudiotagger.audio.ogg
 

Constructors in org.jaudiotagger.audio.ogg with parameters of type Fix
OggFileReader(Fix fix)
           
OggVorbisTagReader(Fix fix)
           
 

Uses of Fix in org.jaudiotagger.fix
 

Methods in org.jaudiotagger.fix that return Fix
static Fix Fix.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Fix[] Fix.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Fix in org.jaudiotagger.tag.vorbiscomment
 

Fields in org.jaudiotagger.tag.vorbiscomment declared as Fix
private  Fix VorbisCommentReader.fix
           
 

Constructors in org.jaudiotagger.tag.vorbiscomment with parameters of type Fix
VorbisCommentReader(Fix fix)