
20 Dec
2009
20 Dec
'09
6:31 p.m.
I tried to re-write it like this: someFilteringStream->write(sourceData, sourceSize); or this: iostreams::write(someFilteringStream, sourceData, sourceSize); But neither of the above executes the filter.
someFilteringStream.flush() - solves the issue. Sorry for the noise.