|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaudiotagger.audio.generic.AudioFileWriter
org.jaudiotagger.audio.mp3.MP3FileWriter
public class MP3FileWriter
Write Mp3 Info (retrofitted to entagged ,done differently to entagged which is why some methods throw RuntimeException) because done elsewhere
Field Summary |
---|
Fields inherited from class org.jaudiotagger.audio.generic.AudioFileWriter |
---|
logger |
Constructor Summary | |
---|---|
MP3FileWriter()
|
Method Summary | |
---|---|
void |
deleteTag(AudioFile f)
|
void |
writeFile(AudioFile f)
|
Methods inherited from class org.jaudiotagger.audio.generic.AudioFileWriter |
---|
delete, delete, setAudioFileModificationListener, write |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MP3FileWriter()
Method Detail |
---|
public void deleteTag(AudioFile f) throws CannotWriteException
CannotWriteException
public void writeFile(AudioFile f) throws CannotWriteException
CannotWriteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |