System::Security::Cryptography::CryptoStream::Write method
Contents
[
Hide
]CryptoStream::Write(const ArrayPtr<uint8_t>&, int32_t, int32_t) method
Writes data to stream.
void System::Security::Cryptography::CryptoStream::Write(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
Parameter | Type | Description |
---|---|---|
buffer | const ArrayPtr<uint8_t>& | Source data buffer. |
offset | int32_t | Offset in source buffer. |
count | int32_t | Number of bytes to write. |
See Also
- Typedef ArrayPtr
- Class CryptoStream
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++
CryptoStream::Write(const System::Details::ArrayView<uint8_t>&, int32_t, int32_t) method
Writes data to stream.
void System::Security::Cryptography::CryptoStream::Write(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
Parameter | Type | Description |
---|---|---|
buffer | const System::Details::ArrayView<uint8_t>& | Source data buffer. |
offset | int32_t | Offset in source buffer. |
count | int32_t | Number of bytes to write. |
See Also
- Class CryptoStream
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++