public class MZMLIndexBuilder extends Object implements IndexBuilder<MZMLIndexElement>
IndexBuilder.Info, IndexBuilder.Result<T extends XMLBasedIndexElement>| 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<MZMLIndexElement> |
buildIndex(IndexBuilder.Info info)
For use with Executors, consider using instead of calling this method directly.
|
IndexBuilder.Result<MZMLIndexElement> |
call() |
public MZMLIndexBuilder(IndexBuilder.Info info, org.apache.commons.pool2.ObjectPool<javolution.xml.internal.stream.XMLStreamReaderImpl> pool)
public IndexBuilder.Result<MZMLIndexElement> call() throws Exception
call in interface Callable<IndexBuilder.Result<MZMLIndexElement>>Exceptionpublic IndexBuilder.Result<MZMLIndexElement> buildIndex(IndexBuilder.Info info) throws Exception
buildIndex in interface IndexBuilder<MZMLIndexElement>info - info about offsets in file and in currently read bufferFileParsingExceptionExceptionCopyright © 2017. All rights reserved.