System::Security::Cryptography::CryptoStream::Read طريقة
محتويات
[
يخفي
]CryptoStream::Read(const ArrayPtr<uint8_t>&, int32_t, int32_t) method
يقرأ البيانات من التدفق.
int32_t System::Security::Cryptography::CryptoStream::Read(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
| Parameter | Type | الوصف |
|---|---|---|
| المخزن المؤقت | const ArrayPtr<uint8_t>& | مخزن بيانات الوجهة. |
| الإزاحة | int32_t | الإزاحة في مخزن الوجهة. |
| count | int32_t | عدد البايتات للقراءة. |
ReturnValue
عدد البايتات التي تم قراءتها فعليًا.
انظر أيضًا
- 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
يقرأ البيانات من التدفق.
int32_t System::Security::Cryptography::CryptoStream::Read(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
| Parameter | Type | الوصف |
|---|---|---|
| المخزن المؤقت | const System::Details::ArrayView<uint8_t>& | مخزن بيانات الوجهة. |
| الإزاحة | int32_t | الإزاحة في مخزن الوجهة. |
| count | int32_t | عدد البايتات للقراءة. |
ReturnValue
عدد البايتات التي تم قراءتها فعليًا.
انظر أيضًا
- Class CryptoStream
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++