طريقة System::Text::Decoder::GetChars

Decoder::GetChars(ArrayPtr<uint8_t>, int, int, ArrayPtr<char_t>, int) method

احصل على الأحرف الناتجة عن فك ترميز مخزن مؤقت.

virtual int System::Text::Decoder::GetChars(ArrayPtr<uint8_t> bytes, int byteIndex, int byteCount, ArrayPtr<char_t> chars, int charIndex)
معاملنوعالوصف
بايتاتArrayPtr<uint8_t>البايتات للفك.
byteIndexintإزاحة مخزن الإدخال.
byteCountintحجم المخزن المؤقت للإدخال.
charsArrayPtr<char_t>مخزن الأحرف الوجهة.
charIndexintإزاحة مصفوفة الوجهة.

ReturnValue

عدد الأحرف المكتوبة.

انظر أيضًا

Decoder::GetChars(ArrayPtr<uint8_t>, int, int, ArrayPtr<char_t>, int, bool) method

احصل على الأحرف الناتجة عن فك ترميز مخزن مؤقت.

virtual int System::Text::Decoder::GetChars(ArrayPtr<uint8_t> bytes, int byteIndex, int byteCount, ArrayPtr<char_t> chars, int charIndex, bool flush)
معاملنوعالوصف
بايتاتArrayPtr<uint8_t>البايتات للفك.
byteIndexintإزاحة مخزن الإدخال.
byteCountintحجم المخزن المؤقت للإدخال.
charsArrayPtr<char_t>مخزن الأحرف الوجهة.
charIndexintإزاحة مصفوفة الوجهة.
flushboolإذا كان صحيحًا، ينظف حالة المفكّك الداخلية بعد الحساب.

ReturnValue

عدد الأحرف المكتوبة.

انظر أيضًا

Decoder::GetChars(const uint8_t *, int, char_t *, int, bool) method

احصل على الأحرف الناتجة عن فك ترميز مخزن مؤقت.

virtual int System::Text::Decoder::GetChars(const uint8_t *bytes, int byteCount, char_t *chars, int charCount, bool flush)
معاملنوعالوصف
بايتاتconst uint8_t *البايتات للفك.
byteCountintحجم المخزن المؤقت للإدخال.
charschar_t *مخزن الأحرف الوجهة.
charCountintحجم مصفوفة الوجهة.
flushboolإذا كان صحيحًا، ينظف حالة المفكّك الداخلية بعد الحساب.

ReturnValue

عدد الأحرف المكتوبة.

انظر أيضًا