virtual P6R::P6ERR P6R::p6IDataStream::processStream ( const P6R::P6VOID *  pData,
P6R::P6UINT32  cData 
) [pure virtual]

Provides implementation depent processing of the provided data.

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

Parameters:
pData A pointer to the data to process.
cData The 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.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.