System::Text::ICUEncoder sınıfı
İçindekiler
[
Saklamak
]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
Yöntemler
| Yöntem | Açıklama |
|---|---|
| virtual Convert(ArrayPtr<char_t>, int, int, ArrayPtr<uint8_t>, int, int, bool, int&, int&, bool&) | Karakterleri baytlara dönüştürür. |
| virtual Convert(const char_t *, int, uint8_t *, int, bool, int&, int&, bool&) | Karakterleri baytlara dönüştürür. |
| virtual GetByteCount(ArrayPtr<char_t>, int, int, bool) | Bir tamponu kodlamak için gereken bayt sayısını alır. |
| virtual GetByteCount(const char_t *, int, bool) | Bir tamponu kodlamak için gereken bayt sayısını alır. |
| virtual GetBytes(ArrayPtr<char_t>, int, int, ArrayPtr<uint8_t>, int, bool) | Bir tamponun kodlanmasından elde edilen baytları al. |
| virtual GetBytes(const char_t *, int, uint8_t *, int, bool) | Bir tamponun kodlanmasından elde edilen baytları al. |
| ICUEncoder(ICUEncoding *) | Yapıcı. |
| virtual Reset() | İç değişkenleri başlangıç durumuna ayarlar. |
| ~ICUEncoder() | Yıkıcı. |
Typedefs
| Typedef | Açıklama |
|---|---|
| Base | Base türü. |
Ayrıca Bakınız
- Class Encoder
- Namespace System::Text
- Library Aspose.Font for C++