filter


Description:

public virtual void filter (uint8[] @in, size_t prespace, out uint8[] @out, out size_t outprespace)

Passes the input buffer, in, through this and generates an output buffer, out.

Parameters:

this

a MimeFilter object

prespace

amount of prespace

outprespace

pointer to the output prespace length (to be set)

in

input buffer

len

length of in

out

pointer to the output buffer (to be set)

outlen

pointer to the length of the output buffer (to be set)