System::Text::Decoder::GetCharCount metod
Innehåll
[
Dölj
]Decoder::GetCharCount(ArrayPtr<uint8_t>, int, int) method
Hämtar antalet tecken som behövs för att avkoda en buffert.
virtual int System::Text::Decoder::GetCharCount(ArrayPtr<uint8_t> bytes, int index, int count)
| Parameter | Type | Beskrivning |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Byte att avkoda. |
| index | int | Buffer förskjutning. |
| count | int | Antal byte att avkoda. |
ReturnValue
Antal tecken som krävs för att avkoda bufferten.
Se även
- Typedef ArrayPtr
- Class Decoder
- Namespace System::Text
- Library Aspose.Page for C++
Decoder::GetCharCount(ArrayPtr<uint8_t>, int, int, bool) method
Hämtar antalet tecken som behövs för att avkoda en buffert.
virtual int System::Text::Decoder::GetCharCount(ArrayPtr<uint8_t> bytes, int index, int count, bool flush)
| Parameter | Type | Beskrivning |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Byte att avkoda. |
| index | int | Buffer förskjutning. |
| count | int | Antal byte att avkoda. |
| flush | bool | Om sant, rensar det interna avkodartillståndet efter beräkning. |
ReturnValue
Antal tecken som krävs för att avkoda bufferten.
Se även
- Typedef ArrayPtr
- Class Decoder
- Namespace System::Text
- Library Aspose.Page for C++
Decoder::GetCharCount(const uint8_t *, int, bool) method
Hämtar antalet tecken som behövs för att avkoda en buffert.
virtual int System::Text::Decoder::GetCharCount(const uint8_t *bytes, int count, bool flush)
| Parameter | Type | Beskrivning |
|---|---|---|
| bytes | const uint8_t * | Byte att avkoda. |
| count | int | Antal byte att avkoda. |
| flush | bool | Om sant, rensar det interna avkodartillståndet efter beräkning. |
ReturnValue
Antal tecken som krävs för att avkoda bufferten.
Se även
- Class Decoder
- Namespace System::Text
- Library Aspose.Page for C++