System::Security::Cryptography::CryptoStream::Write Methode
CryptoStream::Write(const ArrayPtr<uint8_t>&, int32_t, int32_t) method
Schreibt Daten in den Stream.
void System::Security::Cryptography::CryptoStream::Write(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| buffer | const ArrayPtr<uint8_t>& | Quell‑Datenpuffer. |
| Offset | int32_t | Versatz im Quellpuffer. |
| count | int32_t | Anzahl der zu schreibenden Bytes. |
Siehe auch
- Typedef ArrayPtr
- Class CryptoStream
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
CryptoStream::Write(const System::Details::ArrayView<uint8_t>&, int32_t, int32_t) method
Schreibt Daten in den Stream.
void System::Security::Cryptography::CryptoStream::Write(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| buffer | const System::Details::ArrayView<uint8_t>& | Quell‑Datenpuffer. |
| Offset | int32_t | Versatz im Quellpuffer. |
| count | int32_t | Anzahl der zu schreibenden Bytes. |
Siehe auch
- Class CryptoStream
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++