| Package | Description | 
|---|---|
| fr.profi.mzdb | |
| fr.profi.mzdb.io.reader.bb | |
| fr.profi.mzdb.io.reader.iterator | |
| fr.profi.mzdb.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<BoundingBox> | MzDbReader. getBoundingBoxIterator(int msLevel) | 
| rx.Observable<BoundingBox> | MzDbAsyncReader. getBoundingBoxStream(int msLevel)Gets the bounding box iterator. | 
| Modifier and Type | Method and Description | 
|---|---|
| static BoundingBox | BoundingBoxBuilder. buildBB(int bbId,
       byte[] bytes,
       long firstSpectrumId,
       long lastSpectrumId,
       Map<Long,SpectrumHeader> spectrumHeaderById,
       Map<Long,DataEncoding> dataEncodingBySpectrumId) | 
| static BoundingBox | BoundingBoxBuilder. buildBB(int bbId,
       InputStream stream,
       long firstSpectrumId,
       long lastSpectrumId,
       Map<Long,SpectrumHeader> spectrumHeaderById,
       Map<Long,DataEncoding> dataEncodingBySpectrumId) | 
| static BoundingBox | BoundingBoxBuilder. buildBB(int bbId,
       com.almworks.sqlite4java.SQLiteBlob blob,
       long firstSpectrumId,
       long lastSpectrumId,
       Map<Long,SpectrumHeader> spectrumHeaderById,
       Map<Long,DataEncoding> dataEncodingBySpectrumId) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected BoundingBox | AbstractSpectrumSliceIterator. firstBB | 
| Modifier and Type | Method and Description | 
|---|---|
| BoundingBox | BoundingBoxIterator. extractObject(com.almworks.sqlite4java.SQLiteStatement stmt) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | BoundingBox. compareTo(BoundingBox bb)Spectrum slice of spectrum at. | 
Copyright © 2019. All rights reserved.