#include <ChineseCharParser.hpp>
Inheritance diagram for ChineseCharParser:
Public Methods | |
ChineseCharParser () | |
void | parseFile (char *filename) |
Parse a file. | |
void | parseBuffer (char *buf, int len) |
Parse a buffer of len length. | |
long | fileTell () |
Private Methods | |
void | doParse () |
Actual parsing action flow. | |
Private Attributes | |
int | state |
The state of the parser. |
|
|
|
Actual parsing action flow.
|
|
Gives current byte position offset into file being parsed. Don't use with parseBuffer Implements Parser. |
|
Parse a buffer of len length.
Implements Parser. |
|
Parse a file.
Implements Parser. |
|
The state of the parser.
|