System::Text::ICUDecoder क्लास

ICUDecoder class

Decoder that uses ICU for decoding. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.

class ICUDecoder : public System::Text::Decoder

विधियाँ

विधिविवरण
virtual Convert(ArrayPtr<uint8_t>, int, int, ArrayPtr<char_t>, int, int, bool, int&, int&, bool&)बाइट्स को अक्षरों में परिवर्तित करता है।
virtual Convert(const uint8_t *, int, char_t *, int, bool, int&, int&, bool&)बाइट्स को अक्षरों में परिवर्तित करता है।
virtual GetCharCount(ArrayPtr<uint8_t>, int, int)बफ़र को डिकोड करने के लिए आवश्यक अक्षरों की संख्या प्राप्त करता है।
virtual GetCharCount(ArrayPtr<uint8_t>, int, int, bool)बफ़र को डिकोड करने के लिए आवश्यक अक्षरों की संख्या प्राप्त करता है।
virtual GetCharCount(const uint8_t *, int, bool)बफ़र को डिकोड करने के लिए आवश्यक अक्षरों की संख्या प्राप्त करता है।
virtual GetChars(ArrayPtr<uint8_t>, int, int, ArrayPtr<char_t>, int)बफ़र को डिकोड करने से प्राप्त होने वाले अक्षर प्राप्त करें।
virtual GetChars(ArrayPtr<uint8_t>, int, int, ArrayPtr<char_t>, int, bool)बफ़र को डिकोड करने से प्राप्त होने वाले अक्षर प्राप्त करें।
virtual GetChars(const uint8_t *, int, char_t *, int, bool)बफ़र को डिकोड करने से प्राप्त होने वाले अक्षर प्राप्त करें।
ICUDecoder(ICUEncoding *)निर्माता।
virtual Reset()आंतरिक चर को प्रारंभिक स्थिति में सेट करता है।
virtual ~ICUDecoder()डिस्ट्रक्टर।

Typedefs

टाइपडिफ़विवरण
BaseBase प्रकार।

संबंधित देखें