com.openexchange.mail.uuencode
Class UUEncodedBodyPart

java.lang.Object
  extended by com.openexchange.mail.uuencode.UUEncodedBodyPart

public class UUEncodedBodyPart
extends java.lang.Object


Constructor Summary
UUEncodedBodyPart(java.lang.String bodyPart)
          Creates a new UUEncodedBodyPart instance with given part content
 
Method Summary
static boolean findUUEncodedAttachmentPosition(java.lang.String bodyPart)
           
 java.lang.String getFileName()
          Gets the fileName attribute of the UUEncodedBodyPart object
 int getFileSize()
          Gets the file size attribute of the UUEncodedBodyPart object
 java.io.InputStream getInputStream()
          Gets the inputStream attribute of the UUEncodedBodyPart object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UUEncodedBodyPart

public UUEncodedBodyPart(java.lang.String bodyPart)
                  throws javax.mail.MessagingException
Creates a new UUEncodedBodyPart instance with given part content

Throws:
javax.mail.MessagingException
Method Detail

findUUEncodedAttachmentPosition

public static final boolean findUUEncodedAttachmentPosition(java.lang.String bodyPart)
                                                     throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

getFileName

public java.lang.String getFileName()
Gets the fileName attribute of the UUEncodedBodyPart object

Returns:
The fileName value

getInputStream

public java.io.InputStream getInputStream()
Gets the inputStream attribute of the UUEncodedBodyPart object

Returns:
The inputStream value

getFileSize

public int getFileSize()
Gets the file size attribute of the UUEncodedBodyPart object

Returns:
The file size value