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