System::Security::Cryptography::CryptoStream::Read yöntemi
İçindekiler
[
Saklamak
]CryptoStream::Read(const ArrayPtr<uint8_t>&, int32_t, int32_t) method
Akıştan veri okur.
int32_t System::Security::Cryptography::CryptoStream::Read(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
| Parametre | Tür | Açıklama |
|---|---|---|
| buffer | const ArrayPtr<uint8_t>& | Hedef veri tamponu. |
| offset | int32_t | Hedef tampondaki ofset. |
| count | int32_t | Okunacak bayt sayısı. |
ReturnValue
Gerçekte okunan bayt sayısı.
Ayrıca Bakınız
- 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
Akıştan veri okur.
int32_t System::Security::Cryptography::CryptoStream::Read(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
| Parametre | Tür | Açıklama |
|---|---|---|
| buffer | const System::Details::ArrayView<uint8_t>& | Hedef veri tamponu. |
| offset | int32_t | Hedef tampondaki ofset. |
| count | int32_t | Okunacak bayt sayısı. |
ReturnValue
Gerçekte okunan bayt sayısı.
Ayrıca Bakınız
- Class CryptoStream
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++