Does a wrapper class for a COM interop IStream already exist?
Posted
by AnthonyWJones
on Stack Overflow
See other posts from Stack Overflow
or by AnthonyWJones
Published on 2010-04-06T15:37:18Z
Indexed on
2010/04/06
17:33 UTC
Read the original article
Hit count: 354
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.
© Stack Overflow or respective owner