theFileInformationList.remove(this.FIRST_INDEX);
for (String theFileString : theFileInformationList) {
if (!theFileString.isEmpty()) {
if (theTypeOfInputFileFormat == this.SPARKY_FILE_FORMAT) {
thePeakData.addPeak(this.__getPeakDataInSparkFormat(theFileString));
} else if (theTypeOfInputFileFormat == this.ACD_FILE_FORMAT) {
try {
thePeakData.addPeak(this.__readACDLabFileFormat(theFileString));
} catch (NumberFormatException e) {
this.setFrame().setLogTextArea().append(thePeakDataFilePath + " " + theLine++ + "th Line is Error!!\n");