Reads preformatted byte data into the specified buffer.
Definition at line 194 of file FXStream.h. Referenced by FX::TnFXSQLDBIPCMsgsI::Open::deendianise(). 00195 { 00196 if(len!=dev->readBlock(buffer, len)) int_throwPrematureEOF(); 00197 return *this; 00198 }
|