Output stream wrapper with dynamically bound encoding and automatic encoding detection.
More...
#include <encodedstream.h>
template<typename CharType, typename OutputByteStream>
class rapidjson::AutoUTFOutputStream< CharType, OutputByteStream >
Output stream wrapper with dynamically bound encoding and automatic encoding detection.
- Template Parameters
-
CharType | Type of character for writing. |
InputByteStream | type of output byte stream to be wrapped. |
Constructor.
- Parameters
-
os | output stream to be wrapped. |
type | UTF encoding type. |
putBOM | Whether to write BOM at the beginning of the stream. |
The documentation for this class was generated from the following file:
- persistence/rapidjson/include/rapidjson/encodedstream.h