jozefizso / SystemWrapper

.NET library for easier testing of system APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDeflateStream should implement IStream

airzym opened this issue · comments

commented

IDeflateStream should be disposable, therefore the interface should implement IStream

Was this fully fixed by your implementation or there needs to be more work done?

commented

It fixed it for my specific needs. I do think it would be useful to have it implement IStream given it is a stream though.