Metodo System::IO::Stream::CopyTo
Stream::CopyTo(const SharedPtr<Stream>&) method
Copia i byte nello stream specificato.
void System::IO::Stream::CopyTo(const SharedPtr<Stream> &destination)
| Parametro | Tipo | Descrizione |
|---|---|---|
| destination | const SharedPtr<Stream>& | Stream a cui verranno copiati i dati. |
Vedi anche
- Typedef SharedPtr
- Class Stream
- Class Stream
- Namespace System::IO
- Library Aspose.Font for C++
Stream::CopyTo(const SharedPtr<Stream>&, int32_t) method
Copia i byte nello stream specificato, usando la dimensione del buffer specificata.
void System::IO::Stream::CopyTo(const SharedPtr<Stream> &destination, int32_t buffer_size)
| Parametro | Tipo | Descrizione |
|---|---|---|
| destination | const SharedPtr<Stream>& | Stream a cui verranno copiati i dati. |
| buffer_size | int32_t | Dimensione del buffer. |
Vedi anche
- Typedef SharedPtr
- Class Stream
- Class Stream
- Namespace System::IO
- Library Aspose.Font for C++