Uses of Class
helliker.id3.CorruptHeaderException

Packages that use CorruptHeaderException
helliker.id3   
 

Uses of CorruptHeaderException in helliker.id3
 

Constructors in helliker.id3 that throw CorruptHeaderException
XingVBRHeader(java.io.RandomAccessFile raf, long offset, int layer, int mpegVersion, int sampleRate, int channelMode)
          Looks for a Xing VBR header in the file.
MPEGAudioFrameHeader(java.io.File mp3)
          Create an MPEGAudioFrameHeader from the file specified.
MPEGAudioFrameHeader(java.io.File mp3, int offset)
          Create an MPEGAudioFrameHeader from the file specified.
MP3File(java.lang.String fn)
          Create an MP3File object that reads and writes to the file with the filename fn.
MP3File(java.io.File mp3)
          Create an MP3File object that reads and writes to the specified file.
MP3File(java.lang.String fn, int tagType)
          Create an MP3File object that reads and writes to the file with the filename fn.
MP3File(java.io.File mp3, int tagType)
          Create and MP3File object that reads and writes to the specified file.