24#ifndef _SERIALIZER_MZML_HPP_
25#define _SERIALIZER_MZML_HPP_
67 void read(boost::shared_ptr<std::istream> is,
MSData& msd)
const;
MSData <-> mzML stream serialization.
Serializer_mzML(const Config &config=Config())
constructor
void write(std::ostream &os, const MSData &msd, const pwiz::util::IterationListenerRegistry *iterationListenerRegistry=0) const
write MSData object to ostream as mzML; iterationListenerRegistry may be used to receive progress upd...
Serializer_mzML & operator=(Serializer_mzML &)
void read(boost::shared_ptr< std::istream > is, MSData &msd) const
read in MSData object from an mzML istream note: istream may be managed by MSData's SpectrumList,...
Serializer_mzML(Serializer_mzML &)
boost::shared_ptr< Impl > impl_
handles registration of IterationListeners and broadcast of update messages
std::ostream & operator<<(std::ostream &os, const Diff< object_type, config_type > &diff)
stream insertion of Diff results
encoding/decoding configuration
This is the root element of ProteoWizard; it represents the mzML element, defined as: intended to cap...
Serializer_mzML configuration.
BinaryDataEncoder::Config binaryDataEncoderConfig
configuration for binary data encoding in write() note: byteOrder is ignored (mzML always little endi...
bool indexed
(indexed==true): read/write with <indexedmzML> wrapper