Passes the input buffer, in
, through this and generates an output buffer, out
and makes sure that all data is flushed to the output buffer.
This must be the last filtering call made, no further calls to filter may be called on this until this has been reset using reset.
this |
a MimeFilter object |
prespace |
amount of prespace |
outprespace |
pointer to the output prespace length (to be set) |
in |
input buffer |
len |
length of |
out |
pointer to the output buffer (to be set) |
outlen |
pointer to the length of the output buffer (to be set) |