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

◆ itsoftstream() [1/2]

datrw::itsoftstream::itsoftstream ( std::istream &  is,
const bool &  debug = false 
)

Definition at line 76 of file itsoftstream.cc.

References read().

76  :
77  Tbase(is, true, true, false, debug)
78  {
79  this->read(is);
80  } // itsoftstream::itsoftstream(std::istream& is, const bool& debug)
bool debug()
indicate debug mode
Definition: datread.h:116
void read(std::istream &is)
read file to buffer
idatstream Tbase
Definition: tsoft.h:65
Here is the call graph for this function: