95 void loadBuffer(
const std::string& buffer,
PeakMap& map);
107 void loadSize(
const String & filename,
Size& scount,
Size& ccount);
116 void store(
const String& filename,
const PeakMap& map)
const;
124 void storeBuffer(std::string & output,
const PeakMap& map)
const;
167 bool isValid(
const String& filename, std::ostream& os = std::cerr);
205 std::map<UInt, SpecInfo> getCentroidInfo(
const String& filename,
const Size first_n_spectra_only = 10);
A more convenient string class.
Definition: String.h:58
PeakFileOptions options_
Options for loading / storing.
Definition: MzMLFile.h:218
Base class for XML handlers.
Definition: XMLHandler.h:324
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
File adapter for MzML files.
Definition: MzMLFile.h:57
Definition: MzMLFile.h:181
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:70
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
The interface of a consumer of spectra and chromatograms.
Definition: IMSDataConsumer.h:69
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:52
Base class for loading/storing XML files that have a handler derived from XMLHandler.
Definition: XMLFile.h:48
Options for loading files containing peak data.
Definition: PeakFileOptions.h:47
String indexed_schema_location_
Location of indexed mzML schema.
Definition: MzMLFile.h:221