GEndOfLine Class Reference
Read a line.
More...
#include <GStream.h>
List of all members.
|
Public Member Functions |
int | IsEnd (void *s, int Len) |
| Override to process a data chunk to check for an end of stream marker.
|
Detailed Description
Read a line.
Member Function Documentation
int GEndOfLine::IsEnd |
( |
void * |
Data, |
|
|
int |
Len | |
|
) |
| | [virtual] |
Override to process a data chunk to check for an end of stream marker.
- Returns:
- The index into Data of the end of the stream, indexed from the start of the data, not the start of the current block. Or -1 if the end of stream is not in the data segment
Implements GStreamEnd.
The documentation for this class was generated from the following files: