Does a wrapper class for a COM interop IStream already exist?
- by AnthonyWJones
I'm about to write a Wrapper for a COM interop IStream so that code that expects a standard .NET Stream can use it.
However it occurs to me that this sort of thing may already have been done before (although I haven't been able to find it myself with web searching).
So I'm just putting this out here in case I'm about to re-invent the wheel.
Note I've come across code implementing IStream wrapping a .NET stream but I need the reverse.