[]
Copies a specified number of bytes from the current seek pointer in the stream to the current seek pointer in another stream.
public long CopyTo(IStream streamDest, long numberOfBytesToCopy, out long bytesWritten)
Type | Name | Description |
---|---|---|
IStream | streamDest | |
long | numberOfBytesToCopy | |
long | bytesWritten |
Type | Description |
---|---|
long |