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
AutoUTFInputStream< CharType, InputByteStream > Class Template Reference
Input stream wrapper with dynamically bound encoding and automatic encoding detection. More...
#include <encodedstream.h>
Public Member Functions | |
| AutoUTFInputStream (InputByteStream &is, UTFType type=kUTF8) | |
| Constructor. | |
Detailed Description
template<typename CharType, typename InputByteStream>
class AutoUTFInputStream< CharType, InputByteStream >
Input stream wrapper with dynamically bound encoding and automatic encoding detection.
- Template Parameters:
-
CharType Type of character for reading. InputByteStream type of input byte stream to be wrapped.
Definition at line 135 of file encodedstream.h.
Constructor & Destructor Documentation
| AutoUTFInputStream | ( | InputByteStream & | is, |
| UTFType | type = kUTF8 |
||
| ) |
Constructor.
- Parameters:
-
is input stream to be wrapped. type UTF encoding type if it is not detected from the stream.
Definition at line 145 of file encodedstream.h.
Generated on Tue Jul 12 2022 12:06:50 by
1.7.2