System::Security::Cryptography::CryptoStream::Read Methode
Inhalt
[
Ausblenden
]CryptoStream::Read(const ArrayPtr<uint8_t>&, int32_t, int32_t) method
Liest Daten aus dem Stream.
int32_t System::Security::Cryptography::CryptoStream::Read(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| buffer | const ArrayPtr<uint8_t>& | Ziel‑Datenpuffer. |
| Offset | int32_t | Versatz im Zielpuffer. |
| count | int32_t | Anzahl der zu lesenden Bytes. |
ReturnValue
Tatsächlich gelesene Bytes.
Siehe auch
- Typedef ArrayPtr
- Class CryptoStream
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
CryptoStream::Read(const System::Details::ArrayView<uint8_t>&, int32_t, int32_t) method
Liest Daten aus dem Stream.
int32_t System::Security::Cryptography::CryptoStream::Read(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| buffer | const System::Details::ArrayView<uint8_t>& | Ziel‑Datenpuffer. |
| Offset | int32_t | Versatz im Zielpuffer. |
| count | int32_t | Anzahl der zu lesenden Bytes. |
ReturnValue
Tatsächlich gelesene Bytes.
Siehe auch
- Class CryptoStream
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++