System::IO::MemoryStream::Read طريقة
محتويات
[
يخفي
]MemoryStream::Read(const ArrayPtr<uint8_t>&, int32_t, int32_t) method
يقرأ عدد البايتات المحدد من التدفق ويكتبها إلى مصفوفة البايتات المحددة.
int32_t System::IO::MemoryStream::Read(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
| معامل | نوع | الوصف |
|---|---|---|
| buffer | const ArrayPtr<uint8_t>& | مصفوفة البايتات لكتابة البايتات المقروءة إليها |
| إزاحة | int32_t | موضع يبدأ من الصفر في buffer لبدء الكتابة عنده |
| count | int32_t | عدد البايتات للقراءة |
ReturnValue
عدد البايتات المقروءة
انظر أيضًا
- Typedef ArrayPtr
- Class MemoryStream
- Namespace System::IO
- Library Aspose.Font for C++
MemoryStream::Read(const System::Details::ArrayView<uint8_t>&, int32_t, int32_t) method
يقرأ عدد البايتات المحدد من التدفق ويكتبها إلى مصفوفة البايتات المحددة.
int32_t System::IO::MemoryStream::Read(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
| معامل | نوع | الوصف |
|---|---|---|
| buffer | const System::Details::ArrayView<uint8_t>& | عرض المصفوفة البايتية لكتابة البايتات المقروءة إليه |
| إزاحة | int32_t | موضع يبدأ من الصفر في buffer لبدء الكتابة عنده |
| count | int32_t | عدد البايتات للقراءة |
ReturnValue
عدد البايتات المقروءة
انظر أيضًا
- Class MemoryStream
- Namespace System::IO
- Library Aspose.Font for C++