|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openexchange.mail.uuencode.UUEncodedBodyPart
public class UUEncodedBodyPart
| 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 |
|---|
public UUEncodedBodyPart(java.lang.String bodyPart)
throws javax.mail.MessagingException
UUEncodedBodyPart instance with given part content
javax.mail.MessagingException| Method Detail |
|---|
public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||