DATRW++ library: seismic data I/O with multiple formats

◆ operator>>() [1/2]

std::istream& datrw::mseed::operator>> ( std::istream &  is,
MiniSEEDblock mb 
)
inline

The input operator for MiniSEEDblock allows to read data into a MiniSEEdblock instance from any istream.

Definition at line 109 of file mseedread.h.

References datrw::mseed::MiniSEEDblock::block(), and datrw::mseed::MiniSEEDblock::bytesize().

110  { is.read(mb.block(), mb.bytesize()); return(is); }
Here is the call graph for this function: