Method EfficientCopyTo
EfficientCopyTo(Stream)
Copy the current stream to the destination without making unnecessary copies of the bytes.
public void EfficientCopyTo(Stream destination)
Parameters
destination
StreamThe 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.