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यदि true है, तो गणना के बाद आंतरिक डिकोडर स्थिति को साफ़ करता है।

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यदि true है, तो गणना के बाद आंतरिक डिकोडर स्थिति को साफ़ करता है।

ReturnValue

लिखे गए अक्षरों की संख्या।

संबंधित देखें