#include <GStream.h>
Public Member Functions | |
virtual void | Reset () |
Reset the end point's state. | |
virtual int | IsEnd (void *Data, int Len)=0 |
Override to process a data chunk to check for an end of stream marker. |
virtual int GStreamEnd::IsEnd | ( | void * | Data, | |
int | Len | |||
) | [pure virtual] |
Override to process a data chunk to check for an end of stream marker.
Data | The start of the current data block |
Len | The length in bytes of the current data block |
Implemented in GLinePrefix, and GEndOfLine.