GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
virtual void ADF::FrameBlock::Rewind ( ConfAgent::EMode  mode = ConfAgent::kRead)
pure virtual

Rewind to be ready to be used again.

if this in in writing mode and rewinded in reading mode, then the current position is set as the size of the block.

Thus the same block could be used, filled first then once the filling is performed, just Rewind in reading mode to start reading

Implemented in ADF::FileBlock, and ADF::OneBlock.