nw::font::CharStrmReader Class

Syntax

class CharStrmReader

Description

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.

Member Functions

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.

Revision History

2009/11/09
Initial version.

CONFIDENTIAL