IDeflateStream should implement IStream
airzym opened this issue · comments
Aaron commented
IDeflateStream
should be disposable, therefore the interface should implement IStream
Jozef Izso commented
Was this fully fixed by your implementation or there needs to be more work done?
Aaron 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.