Hitesh Khamesra wrote:
How can I use asynchronous convertors.

A stream converter is also an nsIStreamListener. For asynchronous conversion, you just call its onStartRequest/onDataAvailable/onStopRequest methods, or maybe you can directly pass it the nsIInputStreamPump you're probably using. Then, the converter will call the nsIStreamListener methods on the listener you passed to asyncConvertData.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to