#include <GStream.h>
Inheritance diagram for GLinePrefix:
Public Member Functions | |
GLinePrefix (char *p, bool eol=true) | |
Finds some text on the start of a line. | |
void | Reset () |
Reset the end point's state. | |
int | IsEnd (void *s, int Len) |
Override to process a data chunk to check for an end of stream marker. |
|
Finds some text on the start of a line.
|
|
Override to process a data chunk to check for an end of stream marker.
Implements GStreamEnd. |