nw::font::CharStrmReader Classclass CharStrmReader
Provides the method for reading character streams.
CharStrmReader provides a method of reading the text stream without worrying about character encoding by hiding the encoding differences of character strings.
| Constructors/Destructors | ||
|---|---|---|
| CharStrmReader | Constructor. | |
| ~CharStrmReader | Destructor. | |
| Stream Reading | ||
Set
|
Sets the character stream to be interpreted by CharStrmReader. | |
| GetCurrentPos | Gets a pointer to the current position in the stream. | |
Next
|
Advances the current position by the amount of one character in addition to getting the character code of the next character on the character stream. | |
CONFIDENTIAL