35 #ifndef OPENMS_FORMAT_HANDLERS_INDEXEDMZMLDECODER_H
36 #define OPENMS_FORMAT_HANDLERS_INDEXEDMZMLDECODER_H
64 typedef std::vector< std::pair<std::string, std::streampos> >
OffsetVector;
103 std::streampos findIndexListOffset(
String filename,
int buffersize = 1023);
A more convenient string class.
Definition: String.h:57
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