System::Security::Cryptography::CryptoStream::Read metod
Innehåll
[
Dölj
]CryptoStream::Read(const ArrayPtr<uint8_t>&, int32_t, int32_t) method
Läser data från strömmen.
int32_t System::Security::Cryptography::CryptoStream::Read(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
| Parameter | Type | Beskrivning |
|---|---|---|
| buffert | const ArrayPtr<uint8_t>& | Destinationsdatabuffert. |
| offset | int32_t | Offset i destinationsbufferten. |
| count | int32_t | Antal byte att läsa. |
ReturnValue
Antal byte som faktiskt läses.
Se även
- Typedef ArrayPtr
- Class CryptoStream
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
CryptoStream::Read(const System::Details::ArrayView<uint8_t>&, int32_t, int32_t) method
Läser data från strömmen.
int32_t System::Security::Cryptography::CryptoStream::Read(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
| Parameter | Type | Beskrivning |
|---|---|---|
| buffert | const System::Details::ArrayView<uint8_t>& | Destinationsdatabuffert. |
| offset | int32_t | Offset i destinationsbufferten. |
| count | int32_t | Antal byte att läsa. |
ReturnValue
Antal byte som faktiskt läses.
Se även
- Class CryptoStream
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++