|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdfileReader
This interface will retrieve spectrum matches from any identification file.
Method Summary | |
---|---|
void |
close()
Closes the file reader. |
HashSet<SpectrumMatch> |
getAllSpectrumMatches(JProgressBar jProgressBar)
This methods retrieves all the identifications from an identification file as a list of spectrum matches It is very important to close the file reader after creation. |
Method Detail |
---|
HashSet<SpectrumMatch> getAllSpectrumMatches(JProgressBar jProgressBar) throws IOException, IllegalArgumentException, Exception
jProgressBar
- a progress bar displaying the progress (can be null)
IOException
- exception thrown whenever an error occurred while
reading the file
IllegalArgumentException
- exception thrown whenever an error occurred while
parsing the file
Exception
- exception thrown whenever an error occurred while
working with the filevoid close() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |