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++