Class multipart_mixed

  • All Implemented Interfaces:
    javax.activation.DataContentHandler

    public class multipart_mixed
    extends handler_base
    • Constructor Summary

      Constructors 
      Constructor Description
      multipart_mixed()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getContent​(javax.activation.DataSource ds)
      Return the content.
      void writeTo​(java.lang.Object obj, java.lang.String mimeType, java.io.OutputStream os)
      Write the object to the output stream, using the specific MIME type.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • multipart_mixed

        public multipart_mixed()
    • Method Detail

      • getContent

        public java.lang.Object getContent​(javax.activation.DataSource ds)
                                    throws java.io.IOException
        Return the content.
        Throws:
        java.io.IOException
      • writeTo

        public void writeTo​(java.lang.Object obj,
                            java.lang.String mimeType,
                            java.io.OutputStream os)
                     throws java.io.IOException
        Write the object to the output stream, using the specific MIME type.
        Throws:
        java.io.IOException