Uses of Class
pgbennett.id3.NoMPEGFramesException

Packages that use NoMPEGFramesException
pgbennett.id3   
 

Uses of NoMPEGFramesException in pgbennett.id3
 

Methods in pgbennett.id3 that throw NoMPEGFramesException
 void MP3File.init(java.io.File mp3, int tagType)
           
 void MP3File.init(java.io.File mp3, int tagType, int offset)
           
 

Constructors in pgbennett.id3 that throw NoMPEGFramesException
MP3File(java.io.File mp3)
          Create an MP3File object that reads and writes to the specified file.
MP3File(java.io.File mp3, int tagType)
          Create and MP3File object that reads and writes to the specified file.
MP3File(java.lang.String fn)
          Create an MP3File object that reads and writes to the file with the filename fn.
MP3File(java.lang.String fn, int tagType)
          Create an MP3File object that reads and writes to the file with the filename fn.
MPEGAudioFrameHeader(java.io.File mp3)
          Create an MPEGAudioFrameHeader from the file specified.
MPEGAudioFrameHeader(java.io.File mp3, long offset)
          Create an MPEGAudioFrameHeader from the file specified.