35 #ifndef OPENMS_FORMAT_HANDLERS_INDEXEDMZMLDECODER_H 36 #define OPENMS_FORMAT_HANDLERS_INDEXEDMZMLDECODER_H 38 #include <OpenMS/config.h> 64 typedef std::vector< std::pair<std::string, std::streampos> >
OffsetVector;
81 int parseOffsets(
String filename, std::streampos indexoffset, OffsetVector & spectra_offsets, OffsetVector& chromatograms_offsets);
108 std::streampos findIndexListOffset(
String filename,
int buffersize = 1023);
147 int domParseIndexedEnd_(std::string in, OffsetVector & spectra_offsets, OffsetVector& chromatograms_offsets);
A more convenient string class.
Definition: String.h:57
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
A class to analyze indexedmzML files and extract the offsets of individual tags.
Definition: IndexedMzMLDecoder.h:59
std::vector< std::pair< std::string, std::streampos > > OffsetVector
The vector containing binary offsets.
Definition: IndexedMzMLDecoder.h:64