Uses of Class
de.vdheide.mp3.ID3v2IllegalVersionException

Packages that use ID3v2IllegalVersionException
de.vdheide.mp3   
 

Uses of ID3v2IllegalVersionException in de.vdheide.mp3
 

Methods in de.vdheide.mp3 that throw ID3v2IllegalVersionException
 void ID3v2Header.readFromFile(java.io.InputStream in)
          Reads header from stream in Header must start at file position.
 

Constructors in de.vdheide.mp3 that throw ID3v2IllegalVersionException
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.
ID3v2Header(java.io.InputStream in)
          Creates an ID3v2 header from an input stream.