|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.mail.BodyPart
javax.mail.internet.MimeBodyPart
net.freeutils.tnef.mime.TNEFMimeBodyPart
com.openexchange.mail.mime.TNEFBodyPart
public class TNEFBodyPart
TNEFBodyPart - A simple class that extends TNEFMimeBodyPart by a setter method for part's size
| Field Summary |
|---|
| Fields inherited from interface javax.mail.Part |
|---|
ATTACHMENT, INLINE |
| Constructor Summary | |
|---|---|
TNEFBodyPart()
Default constructor |
|
| Method Summary | |
|---|---|
int |
getSize()
|
void |
setSize(int size)
Sets this part's size |
| Methods inherited from class net.freeutils.tnef.mime.TNEFMimeBodyPart |
|---|
getTNEFAttributes, setTNEFAttributes |
| Methods inherited from class javax.mail.internet.MimeBodyPart |
|---|
addHeader, addHeaderLine, attachFile, attachFile, getAllHeaderLines, getAllHeaders, getContent, getContentID, getContentLanguage, getContentMD5, getContentType, getDataHandler, getDescription, getDisposition, getEncoding, getFileName, getHeader, getHeader, getInputStream, getLineCount, getMatchingHeaderLines, getMatchingHeaders, getNonMatchingHeaderLines, getNonMatchingHeaders, getRawInputStream, isMimeType, removeHeader, saveFile, saveFile, setContent, setContent, setContentID, setContentLanguage, setContentMD5, setDataHandler, setDescription, setDescription, setDisposition, setFileName, setHeader, setText, setText, setText, writeTo |
| Methods inherited from class javax.mail.BodyPart |
|---|
getParent |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TNEFBodyPart()
| Method Detail |
|---|
public void setSize(int size)
size - The size in bytespublic int getSize()
getSize in interface javax.mail.PartgetSize in class javax.mail.internet.MimeBodyPart
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||