طريقة System::IO::Stream::CopyTo
Stream::CopyTo(const SharedPtr<Stream>&) method
ينسخ البايتات إلى التدفق المحدد.
void System::IO::Stream::CopyTo(const SharedPtr<Stream> &destination)
| Parameter | Type | الوصف |
|---|---|---|
| destination | const SharedPtr<Stream>& | Stream الذي سيتم نسخ البيانات إليه. |
انظر أيضًا
- Typedef SharedPtr
- Class Stream
- Class Stream
- Namespace System::IO
- Library Aspose.Page for C++
Stream::CopyTo(const SharedPtr<Stream>&, int32_t) method
ينسخ البايتات إلى التدفق المحدد، باستخدام حجم المخزن المؤقت المحدد.
void System::IO::Stream::CopyTo(const SharedPtr<Stream> &destination, int32_t buffer_size)
| Parameter | Type | الوصف |
|---|---|---|
| destination | const SharedPtr<Stream>& | Stream الذي سيتم نسخ البيانات إليه. |
| buffer_size | int32_t | حجم المخزن المؤقت. |
انظر أيضًا
- Typedef SharedPtr
- Class Stream
- Class Stream
- Namespace System::IO
- Library Aspose.Page for C++