jozefizso / SystemWrapper

.NET library for easier testing of system APIs.
Microsoft Public License
175 stars 62 forks source link

Missing Methods on IStream #25

Closed sebingel closed 7 years ago

sebingel commented 7 years ago

IStream is missing the Stream classes super useful method CopyTo().

jozefizso commented 7 years ago

Closing this issues as CopyTo() methods are implemented on IStream interface.