MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / loadBuffer

Method loadBuffer

src/openms/source/FORMAT/MzMLFile.cpp:123–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 void MzMLFile::loadBuffer(const std::string& buffer, PeakMap& map)
124 {
125 map.reset();
126
127 Internal::MzMLHandler handler(map, "memory", getVersion(), *this);
128 handler.setOptions(options_);
129 parseBuffer_(buffer, &handler);
130 }
131
132 void MzMLFile::load(const String& filename, PeakMap& map)
133 {

Callers 2

readExperimentMethod · 0.80
testMxxxFileFunction · 0.80

Calls 2

resetMethod · 0.45
setOptionsMethod · 0.45

Tested by 1

testMxxxFileFunction · 0.64