System::Text::Decoder::GetCharCount metodu
İçindekiler
[
Saklamak
]Decoder::GetCharCount(ArrayPtr<uint8_t>, int, int) method
Bir tamponu çözmek için gereken karakter sayısını alır.
virtual int System::Text::Decoder::GetCharCount(ArrayPtr<uint8_t> bytes, int index, int count)
| Parameter | Type | Açıklama |
|---|---|---|
| bayt | ArrayPtr<uint8_t> | Çözümlemek için baytlar. |
| index | int | Buffer ofseti. |
| count | int | Çözülecek bayt sayısı. |
ReturnValue
Tamponu çözmek için gereken karakter sayısı.
Ayrıca Bakınız
- Typedef ArrayPtr
- Class Decoder
- Namespace System::Text
- Library Aspose.Page for C++
Decoder::GetCharCount(ArrayPtr<uint8_t>, int, int, bool) method
Bir tamponu çözmek için gereken karakter sayısını alır.
virtual int System::Text::Decoder::GetCharCount(ArrayPtr<uint8_t> bytes, int index, int count, bool flush)
| Parameter | Type | Açıklama |
|---|---|---|
| bayt | ArrayPtr<uint8_t> | Çözümlemek için baytlar. |
| index | int | Buffer ofseti. |
| count | int | Çözülecek bayt sayısı. |
| flush | bool | Doğru ise, hesaplamadan sonra iç kod çözücü durumunu temizler. |
ReturnValue
Tamponu çözmek için gereken karakter sayısı.
Ayrıca Bakınız
- Typedef ArrayPtr
- Class Decoder
- Namespace System::Text
- Library Aspose.Page for C++
Decoder::GetCharCount(const uint8_t *, int, bool) method
Bir tamponu çözmek için gereken karakter sayısını alır.
virtual int System::Text::Decoder::GetCharCount(const uint8_t *bytes, int count, bool flush)
| Parameter | Type | Açıklama |
|---|---|---|
| bayt | const uint8_t * | Çözümlemek için baytlar. |
| count | int | Çözülecek bayt sayısı. |
| flush | bool | Doğru ise, hesaplamadan sonra iç kod çözücü durumunu temizler. |
ReturnValue
Tamponu çözmek için gereken karakter sayısı.
Ayrıca Bakınız
- Class Decoder
- Namespace System::Text
- Library Aspose.Page for C++