| Package | Description |
|---|---|
| umich.ms.fileio.filetypes.mzml | |
| umich.ms.fileio.filetypes.mzxml | |
| umich.ms.fileio.filetypes.xmlbased |
| Modifier and Type | Method and Description |
|---|---|
IndexBuilder.Result<MZMLIndexElement> |
MZMLIndexBuilder.buildIndex(IndexBuilder.Info info)
For use with Executors, consider using instead of calling this method directly.
|
IndexBuilder<MZMLIndexElement> |
MZMLFile.getIndexBuilder(IndexBuilder.Info info) |
| Constructor and Description |
|---|
MZMLIndexBuilder(IndexBuilder.Info info,
org.apache.commons.pool2.ObjectPool<javolution.xml.internal.stream.XMLStreamReaderImpl> pool) |
| Modifier and Type | Method and Description |
|---|---|
IndexBuilder.Result<MZXMLIndexElement> |
MZXMLIndexBuilder.buildIndex(IndexBuilder.Info info)
For use with Executors, consider using instead of calling this method directly.
|
IndexBuilder<MZXMLIndexElement> |
MZXMLFile.getIndexBuilder(IndexBuilder.Info info) |
| Constructor and Description |
|---|
MZXMLIndexBuilder(IndexBuilder.Info info,
org.apache.commons.pool2.ObjectPool<javolution.xml.internal.stream.XMLStreamReaderImpl> pool) |
| Modifier and Type | Method and Description |
|---|---|
IndexBuilder.Info |
IndexBuilder.Result.getInfo() |
| Modifier and Type | Method and Description |
|---|---|
IndexBuilder.Result<T> |
IndexBuilder.buildIndex(IndexBuilder.Info info) |
abstract IndexBuilder<E> |
AbstractXMLBasedDataSource.getIndexBuilder(IndexBuilder.Info info) |
| Constructor and Description |
|---|
Result(IndexBuilder.Info info) |
Copyright © 2017. All rights reserved.