Class multipart_mixed

java.lang.Object
com.sun.mail.handlers.handler_base
com.sun.mail.handlers.multipart_mixed
All Implemented Interfaces:
javax.activation.DataContentHandler

public class multipart_mixed extends handler_base
  • Constructor Details

    • multipart_mixed

      public multipart_mixed()
  • Method Details

    • getDataFlavors

      protected javax.activation.ActivationDataFlavor[] getDataFlavors()
      Description copied from class: handler_base
      Return an array of ActivationDataFlavors that we support. Usually there will be only one.
      Specified by:
      getDataFlavors in class handler_base
      Returns:
      array of ActivationDataFlavors that we support
    • getContent

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

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