Uses of Class
de.vdheide.mp3.ID3v2WrongCRCException

Packages that use ID3v2WrongCRCException
de.vdheide.mp3   
 

Uses of ID3v2WrongCRCException in de.vdheide.mp3
 

Constructors in de.vdheide.mp3 that throw ID3v2WrongCRCException
ID3v2(java.io.InputStream in)
          Provides access to ID3v2 tag.
ID3v2(java.io.File file)
          Provides access to file's ID3v2 tag
MP3File(java.lang.String filename)
          Creates a new instance.
MP3File(java.io.File dir, java.lang.String filename)
          Creates a MP3File instance that represents the file with the specified name in the specified directory.
MP3File(java.lang.String dir, java.lang.String filename)
          Creates a File instance whose pathname is the pathname of the specified directory, followed by the separator character, followed by the name argument.