throw new RuntimeException("MP3FileReader.getEncodingInfo should be called");
paramfreturn MP3File mp3File = new MP3File(f, MP3File.LOAD_IDV1TAG | MP3File.LOAD_IDV2TAG, true); return mp3File;
MP3File mp3File = new MP3File(f, MP3File.LOAD_IDV1TAG | MP3File.LOAD_IDV2TAG, true); return mp3File;
ReadparamfreturnthrowsReadOnlyFileException thrown if the file is not writablethrowsorg.jaudiotagger.tag.TagExceptionthrowsjava.io.IOExceptionthrowsorg.jaudiotagger.audio.exceptions.InvalidAudioFrameException MP3File mp3File = new MP3File(f, MP3File.LOAD_IDV1TAG | MP3File.LOAD_IDV2TAG, false); return mp3File;
MP3File mp3File = new MP3File(f, MP3File.LOAD_IDV1TAG | MP3File.LOAD_IDV2TAG, false); return mp3File;