System::Text::ICUEncoder क्लास
अंतर्वस्तु
[
छिपाना
]ICUEncoder class
Encoder that uses ICU for encoding. 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 ICUEncoder : public System::Text::Encoder
विधियाँ
| विधि | विवरण |
|---|---|
| virtual Convert(ArrayPtr<char_t>, int, int, ArrayPtr<uint8_t>, int, int, bool, int&, int&, bool&) | अक्षरों को बाइट्स में बदलता है। |
| virtual Convert(const char_t *, int, uint8_t *, int, bool, int&, int&, bool&) | अक्षरों को बाइट्स में बदलता है। |
| virtual GetByteCount(ArrayPtr<char_t>, int, int, bool) | बफ़र को एन्कोड करने के लिए आवश्यक बाइट्स की संख्या प्राप्त करता है। |
| virtual GetByteCount(const char_t *, int, bool) | बफ़र को एन्कोड करने के लिए आवश्यक बाइट्स की संख्या प्राप्त करता है। |
| virtual GetBytes(ArrayPtr<char_t>, int, int, ArrayPtr<uint8_t>, int, bool) | बफ़र को एन्कोड करने से प्राप्त बाइट्स प्राप्त करें। |
| virtual GetBytes(const char_t *, int, uint8_t *, int, bool) | बफ़र को एन्कोड करने से प्राप्त बाइट्स प्राप्त करें। |
| ICUEncoder(ICUEncoding *) | निर्माता। |
| virtual Reset() | आंतरिक चर को प्रारंभिक स्थिति में सेट करता है। |
| ~ICUEncoder() | डिस्ट्रक्टर। |
Typedefs
| टाइपडिफ़ | विवरण |
|---|---|
| Base | Base प्रकार। |
संबंधित देखें
- Class Encoder
- Namespace System::Text
- Library Aspose.Page for C++