Uses of Class
de.vdheide.mp3.NoID3v2HeaderException

Packages that use NoID3v2HeaderException
de.vdheide.mp3   
 

Uses of NoID3v2HeaderException in de.vdheide.mp3
 

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