public class UUEncodedBodyPart
extends java.lang.Object
| Constructor and Description |
|---|
UUEncodedBodyPart(java.lang.String bodyPart)
Creates a new
UUEncodedBodyPart instance with given part content |
| Modifier and Type | Method and Description |
|---|---|
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
|
public UUEncodedBodyPart(java.lang.String bodyPart)
throws javax.mail.MessagingException
UUEncodedBodyPart instance with given part contentjavax.mail.MessagingExceptionpublic static final boolean findUUEncodedAttachmentPosition(java.lang.String bodyPart)
throws javax.mail.MessagingException
javax.mail.MessagingExceptionpublic java.lang.String getFileName()
public java.io.InputStream getInputStream()
public int getFileSize()