[email protected] writes: > Currently it is not possible for a filter to know how much information > has been written by a writing stream. I don't see how that information > would be useful for a filter: the filter can record how much data was > filtered at the moment.
I mean it could be required due to some filters, since the number of written bytes by a filter could not to be known a priori. For example, the number of bytes written by AESV2 filter is the lowest multiple of 16 which is greater than the input. In this case, it can be computed easily. But it could not to be always like this.
