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