| Package | Description |
|---|---|
| umich.ms.fileio.filetypes.mzml | |
| umich.ms.fileio.filetypes.mzxml |
| Modifier and Type | Method and Description |
|---|---|
protected long |
MZMLIndexParser.findIndexOffset(RandomAccessFile raf)
Reads the last several kB of the file, looking for
MZMLIndexParser.TAG_INDEXOFFSET tag. |
protected void |
MZMLIndexParser.parseIndexEntries(byte[] bytes,
TreeMap<Integer,MZMLIndexParser.OffsetId> map) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
MZXMLIndexParser.findIndexOffset(RandomAccessFile raf)
Reads the last few kB of the file, looking for
MZXMLIndexParser.TAG_INDEXOFFSET tag. |
protected void |
MZXMLIndexParser.parseIndexEntries(byte[] bytes,
TreeMap<Integer,Long> map) |
Copyright © 2017. All rights reserved.