Uses of Class
pgbennett.id3.CorruptHeaderException

Packages that use CorruptHeaderException
pgbennett.id3   
 

Uses of CorruptHeaderException in pgbennett.id3
 

Methods in pgbennett.id3 that throw CorruptHeaderException
 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 CorruptHeaderException
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.
XingVBRHeader(java.io.RandomAccessFile raf, long offset, int layer, int mpegVersion, int sampleRate, int channelMode)
          Looks for a Xing VBR header in the file.