|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CorruptHeaderException | |
helliker.id3 | |
net.sourceforge.neurosdbm.db.track |
Uses of CorruptHeaderException in helliker.id3 |
Methods in helliker.id3 that throw CorruptHeaderException | |
private void |
XingVBRHeader.readHeader(java.io.RandomAccessFile raf)
Parses the header data. |
private void |
MPEGAudioFrameHeader.readHeader(java.io.RandomAccessFile raf,
long location)
Read in all the information found in the mpeg header. |
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. |
Uses of CorruptHeaderException in net.sourceforge.neurosdbm.db.track |
Constructors in net.sourceforge.neurosdbm.db.track that throw CorruptHeaderException | |
MP3Track(java.io.File trackToAdd,
boolean rebuild,
java.lang.String path,
NeurosDevice device)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |