|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.systemsbiology.jrap.MSXMLParser
A generic utility class for reading an MSXML file in a random access fashion and utilizing a stored scan index for fast reads.
| Constructor Summary | |
MSXMLParser(java.lang.String fileName)
|
|
| Method Summary | |
MZXMLFileInfo |
getHeaderInfo()
Get the header information contained in the mzXML file, which is constant for every scan. |
int |
getScanCount()
Get the total number of scans in the mzXMLfile handled by this parser. |
Scan |
rap(int scanNumber)
Read a particular scan from a MSXML file and return a generic Scan object with it's data. |
ScanHeader |
rapHeader(int scanNumber)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MSXMLParser(java.lang.String fileName)
| Method Detail |
public ScanHeader rapHeader(int scanNumber)
public Scan rap(int scanNumber)
public int getScanCount()
public MZXMLFileInfo getHeaderInfo()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||