Get the list of the “input” data flavors (mime types as nsISupportsCString),
in otherwords, the flavors that this converter can convert “from” (the
incoming data to the converter).
Get the list of the “output” data flavors (mime types as nsISupportsCString),
in otherwords, the flavors that this converter can convert “to” (the
outgoing data to the converter).
aDataFlavorList | fills list with supported flavors |
Determines whether a conversion from one flavor to another is supported
aFromFormatConverter | flavor to convert from |
aFromFormatConverter | flavor to convert to |
Converts from one flavor to another.
aFromFormatConverter | flavor to convert from |
aFromFormatConverter | flavor to convert to (destination own the memory) |
returns NS_OK if it was converted |