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