Package totalcross.net.mail
Class TextContentHandler
- java.lang.Object
-
- totalcross.net.mail.DataContentHandler
-
- totalcross.net.mail.TextContentHandler
-
public class TextContentHandler extends DataContentHandler
Implementation of DataContentHandler that handles textual (not encoded) MIME types.- Since:
- TotalCross 1.13
-
-
Constructor Summary
Constructors Constructor Description TextContentHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteTo(java.lang.Object obj, java.lang.String mimeType, Stream stream)
-
-
-
Method Detail
-
writeTo
public void writeTo(java.lang.Object obj, java.lang.String mimeType, Stream stream) throws IOException- Specified by:
writeToin classDataContentHandler- Throws:
IOException
-
-