System::IO::Stream::CopyTo yöntemi
Stream::CopyTo(const SharedPtr<Stream>&) method
Baytları belirtilen akışa kopyalar.
void System::IO::Stream::CopyTo(const SharedPtr<Stream> &destination)
| Parameter | Type | Açıklama |
|---|---|---|
| destination | const SharedPtr<Stream>& | Stream verilerin kopyalanacağı akış. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class Stream
- Class Stream
- Namespace System::IO
- Library Aspose.Page for C++
Stream::CopyTo(const SharedPtr<Stream>&, int32_t) method
Belirtilen tampon boyutunu kullanarak baytları belirtilen akışa kopyalar.
void System::IO::Stream::CopyTo(const SharedPtr<Stream> &destination, int32_t buffer_size)
| Parameter | Type | Açıklama |
|---|---|---|
| destination | const SharedPtr<Stream>& | Stream verilerin kopyalanacağı akış. |
| buffer_size | int32_t | Tamponun boyutu. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class Stream
- Class Stream
- Namespace System::IO
- Library Aspose.Page for C++