[]
        
(Showing Draft Content)

C1.Util.DX.Storage.ComStreamProxy.CopyTo

CopyTo Method

CopyTo(IStream, long, out long)

Copies a specified number of bytes from the current seek pointer in the stream to the current seek pointer in another stream.

Declaration
public long CopyTo(IStream streamDest, long numberOfBytesToCopy, out long bytesWritten)
Parameters
Type Name Description
IStream streamDest
long numberOfBytesToCopy
long bytesWritten
Returns
Type Description
long
Implements