Interface IStreamEfficientCopyTo
Represents the effective CopyTo method.
public interface IStreamEfficientCopyTo
- Extension Methods
Methods
EfficientCopyTo(Stream)
Copy the current stream to the destination without making unnecessary copies of the bytes.
void EfficientCopyTo(Stream destination)
Parameters
destination
StreamThe destination stream.