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

◆ operator>>() [2/2]

std::istream& datrw::mseed::operator>> ( std::istream &  is,
MiniSEEDRecord mr 
)
inline

read a MiniSEED record from a stream

Definition at line 250 of file mseedread.h.

References datrw::mseed::MiniSEEDRecord::read().

251  { mr.read(is); return(is); }
Here is the call graph for this function: