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