|
||||||||||
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. Created by IntelliJ IDEA. User: Marc Date: Jun 23, 2010 Time: 9:44:07 AM
Method Summary | |
---|---|
void |
close()
Method closing the file reader |
java.util.HashSet<SpectrumMatch> |
getAllSpectrumMatches(javax.swing.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 |
---|
java.util.HashSet<SpectrumMatch> getAllSpectrumMatches(javax.swing.JProgressBar jProgressBar) throws java.io.IOException
jProgressBar
- a progress bar displaying the progress (can be null)
java.io.IOException
- exception thrown whenever an error occurred while reading the filevoid close() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |