System::IO::Stream::CopyTo‑metod

Stream::CopyTo(const SharedPtr<Stream>&) method

Kopierar byte till den angivna strömmen.

void System::IO::Stream::CopyTo(const SharedPtr<Stream> &destination)
ParameterTypeBeskrivning
destinationconst SharedPtr<Stream>&Stream som data kommer att kopieras till.

Se även

Stream::CopyTo(const SharedPtr<Stream>&, int32_t) method

Kopierar byte till den angivna strömmen, med den angivna buffertstorleken.

void System::IO::Stream::CopyTo(const SharedPtr<Stream> &destination, int32_t buffer_size)
ParameterTypeBeskrivning
destinationconst SharedPtr<Stream>&Stream som data kommer att kopieras till.
buffer_sizeint32_tStorleken på bufferten.

Se även