Class AttachmentDataSource

java.lang.Object
de.galan.commons.net.mail.AttachmentDataSource
All Implemented Interfaces:
javax.activation.DataSource

public class AttachmentDataSource extends Object implements javax.activation.DataSource
Datasource for mail attachments
  • Constructor Details

    • AttachmentDataSource

      public AttachmentDataSource(Attachment attachment)
  • Method Details

    • getAttachment

      public Attachment getAttachment()
    • getContentType

      public String getContentType()
      Specified by:
      getContentType in interface javax.activation.DataSource
    • getInputStream

      public InputStream getInputStream() throws IOException
      Specified by:
      getInputStream in interface javax.activation.DataSource
      Throws:
      IOException
    • getName

      public String getName()
      Specified by:
      getName in interface javax.activation.DataSource
    • getOutputStream

      public OutputStream getOutputStream() throws IOException
      Specified by:
      getOutputStream in interface javax.activation.DataSource
      Throws:
      IOException