System::Text::Decoder::GetCharCount طريقة
محتويات
[
يخفي
]Decoder::GetCharCount(ArrayPtr<uint8_t>, int, int) method
يحصل على عدد الأحرف المطلوبة لفك ترميز المخزن المؤقت.
virtual int System::Text::Decoder::GetCharCount(ArrayPtr<uint8_t> bytes, int index, int count)
| Parameter | Type | الوصف |
|---|---|---|
| بايتات | ArrayPtr<uint8_t> | البايتات لفك الترميز. |
| index | int | Buffer الإزاحة. |
| count | int | عدد البايتات المطلوب فك تشفيرها. |
ReturnValue
عدد الأحرف المطلوبة لفك تشفير المخزن المؤقت.
انظر أيضًا
- Typedef ArrayPtr
- Class Decoder
- Namespace System::Text
- Library Aspose.Page for C++
Decoder::GetCharCount(ArrayPtr<uint8_t>, int, int, bool) method
يحصل على عدد الأحرف المطلوبة لفك ترميز المخزن المؤقت.
virtual int System::Text::Decoder::GetCharCount(ArrayPtr<uint8_t> bytes, int index, int count, bool flush)
| Parameter | Type | الوصف |
|---|---|---|
| بايتات | ArrayPtr<uint8_t> | البايتات لفك الترميز. |
| index | int | Buffer الإزاحة. |
| count | int | عدد البايتات المطلوب فك تشفيرها. |
| تفريغ | bool | إذا كان صحيحًا، ينظف حالة المفك الشفري الداخلية بعد الحساب. |
ReturnValue
عدد الأحرف المطلوبة لفك تشفير المخزن المؤقت.
انظر أيضًا
- Typedef ArrayPtr
- Class Decoder
- Namespace System::Text
- Library Aspose.Page for C++
Decoder::GetCharCount(const uint8_t *, int, bool) method
يحصل على عدد الأحرف المطلوبة لفك ترميز المخزن المؤقت.
virtual int System::Text::Decoder::GetCharCount(const uint8_t *bytes, int count, bool flush)
| Parameter | Type | الوصف |
|---|---|---|
| بايتات | const uint8_t * | البايتات لفك الترميز. |
| count | int | عدد البايتات المطلوب فك تشفيرها. |
| تفريغ | bool | إذا كان صحيحًا، ينظف حالة المفك الشفري الداخلية بعد الحساب. |
ReturnValue
عدد الأحرف المطلوبة لفك تشفير المخزن المؤقت.
انظر أيضًا
- Class Decoder
- Namespace System::Text
- Library Aspose.Page for C++