com.atlassian.mail
Class MailUtils.Attachment

java.lang.Object
  extended by com.atlassian.mail.MailUtils.Attachment
Enclosing class:
MailUtils

public static class MailUtils.Attachment
extends Object

Very simple representation of a mail attachment after it has been extracted from a message.


Constructor Summary
MailUtils.Attachment(String contentType, String fileName, byte[] contents)
           
 
Method Summary
 byte[] getContents()
           
 String getContentType()
           
 String getFilename()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailUtils.Attachment

public MailUtils.Attachment(String contentType,
                            String fileName,
                            byte[] contents)
Method Detail

getContentType

public String getContentType()

getContents

public byte[] getContents()

getFilename

public String getFilename()


Atlassian Mail is developed by Atlassian Software Systems.