Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IDataStream::processStream ( const P6VOID pData,
P6UINT32  cData 
)
pure virtual

Provides implementation depent processing of the provided data.

beginStream() MUST have been called prior to this method.

Parameters
pDataA pointer to the data to process.
cDataThe number of bytes of valid data pointed to by pData.
Returns
SuccessP6R::eOk 
Failure<P6R::eNotInitializedA successful call to beginStream() was not made before this call.