Delete the Id3v1 and ID3v2 tags from fileparamafthrowsCannotReadExceptionthrowsCannotWriteException ((MP3File)af).setID3v1Tag(null); ((MP3File)af).setID3v2Tag(null); af.commit();
((MP3File)af).setID3v1Tag(null); ((MP3File)af).setID3v2Tag(null); af.commit();
//Because audio file is an instanceof MP3File this directs it to save //taking into account if the tag has been sent to null in which case it will be deleted f.commit();
throw new RuntimeException("MP3FileReader.getEncodingInfo should be called");
//Because audio file is an instanceof MP3File this directs it to save f.commit();
throw new RuntimeException("MP3FileReaderwriteTag should not be called");