jozefizso/SystemWrapper

IDeflateStream should implement IStream

airzym opened this issue · 2 comments

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?

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.