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