CopyTo()
Stream::CopyTo(const SharedPtr<Stream>&) method
Copies bytes to the specified stream.
void System::IO::Stream::CopyTo(const SharedPtr<Stream> &destination)
Arguments
Parameter | Type | Description |
---|---|---|
destination | const SharedPtr<Stream>& | Stream to which data will be copied. |
Stream::CopyTo(const SharedPtr<Stream>&, int32_t) method
Copies bytes to the specified stream, using the specified buffer size.
void System::IO::Stream::CopyTo(const SharedPtr<Stream> &destination, int32_t buffer_size)
Arguments
Parameter | Type | Description |
---|---|---|
destination | const SharedPtr<Stream>& | Stream to which data will be copied. |
buffer_size | int32_t | Size of the buffer. |
See Also
- Typedef SharedPtr
- Class Stream
- Namespace System::IO
- Library Aspose.Slides