Method EfficientCopyTo
EfficientCopyTo(Stream)
Copy the current stream to the destination without making unnecessary copies of the bytes.
void EfficientCopyTo(Stream destination)
Parameters
destinationStreamThe destination stream.
Copy the current stream to the destination without making unnecessary copies of the bytes.
void EfficientCopyTo(Stream destination)
destination StreamThe destination stream.