Foxit PDF Conversion SDK
|
Public Member Functions | |
CFX_UTF8Encoder (IFX_Allocator *pAllocator=0) | |
A constructor. Set the encoder to initial. More... | |
void | AppendStr (FX_BSTR str) |
Append a non-buffered byte string. More... | |
CFX_ByteStringC | GetResult () const |
Get the result. More... | |
void | GetResult (CFX_ByteStringL &result) const |
Get the result. More... | |
void | Input (FX_WCHAR unicode) |
Input a unicode. More... | |
The class represents a simple UTF-8 encoder.
|
inline |
A constructor. Set the encoder to initial.
[in] | pAllocator | An allocator. Default value: NULL |
|
inline |
Append a non-buffered byte string.
[in] | str | A non-buffered byte string. |
|
inline |
Get the result.
|
inline |
Get the result.
[out] | result | Receives the result byte string. |
void CFX_UTF8Encoder::Input | ( | FX_WCHAR | unicode | ) |
Input a unicode.
[in] | unicode | The input unicode. |