Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MaximInterface
EncodedOutputStream< Encoding, OutputByteStream > Class Template Reference
Output byte stream wrapper with statically bound encoding. More...
#include <encodedstream.h>
Detailed Description
template<typename Encoding, typename OutputByteStream>
class EncodedOutputStream< Encoding, OutputByteStream >
Output byte stream wrapper with statically bound encoding.
- Template Parameters:
-
Encoding The interpretation of encoding of the stream. Either UTF8, UTF16LE, UTF16BE, UTF32LE, UTF32BE. OutputByteStream Type of input byte stream. For example, FileWriteStream.
Definition at line 100 of file encodedstream.h.
Generated on Tue Jul 12 2022 12:06:50 by
1.7.2