Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IDataStream::endStream ( void  )
pure virtual

This method is to notify the component that there is no more data to be processed.

It MUST be called to end the stream. It should perform any required cleanup in response to calling this method.

Returns