37 #include <OpenMS/config.h> 63 typedef std::vector< std::pair<std::string, std::streampos> >
OffsetVector;
107 std::streampos findIndexListOffset(
String filename,
int buffersize = 1023);
A more convenient string class.
Definition: String.h:57
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
A class to analyze indexedmzML files and extract the offsets of individual tags.
Definition: IndexedMzMLDecoder.h:58
std::vector< std::pair< std::string, std::streampos > > OffsetVector
The vector containing binary offsets.
Definition: IndexedMzMLDecoder.h:63