System::Security::Cryptography::CryptoStream::Write método
Contenido
[
Ocultar
]CryptoStream::Write(const ArrayPtr<uint8_t>&, int32_t, int32_t) method
Escribe datos al flujo.
void System::Security::Cryptography::CryptoStream::Write(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| búfer | const ArrayPtr<uint8_t>& | Buffer de datos de origen. |
| desplazamiento | int32_t | Desplazamiento en el buffer de origen. |
| count | int32_t | Número de bytes a escribir. |
Ver también
- Typedef ArrayPtr
- Class CryptoStream
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
CryptoStream::Write(const System::Details::ArrayView<uint8_t>&, int32_t, int32_t) method
Escribe datos al flujo.
void System::Security::Cryptography::CryptoStream::Write(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| búfer | const System::Details::ArrayView<uint8_t>& | Buffer de datos de origen. |
| desplazamiento | int32_t | Desplazamiento en el buffer de origen. |
| count | int32_t | Número de bytes a escribir. |
Ver también
- Class CryptoStream
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++