| Interface | Description |
|---|---|
| LCMSDataSource<T extends Index<?>> |
Wrapper interface for working with all LC/MS files.
|
| LCMSDataSourceDetector |
Implementations of this interface should be marked as Service Providers using
@ProviderFor annotation. |
| SequentialScanReader |
A universal interface that can be used if you want to traverse all scans in a run
and don't care about higher level stuff that
IScanCollection provides. |
| Class | Description |
|---|---|
| AbstractLCMSDataSource<T extends Index<?>> |
Provides some basic defaults for simple LCMSFile interface methods.
|
| LCMSDataSourceFactory |
Factory for automatic detection of supported filetypes and creating corresponding
LCMSDataSources. |
Copyright © 2017. All rights reserved.