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