|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.mail.internet.MimePartDataSource
com.sun.mail.imap.IMAPMultipartDataSource
public class IMAPMultipartDataSource
This class
| Field Summary |
|---|
| Fields inherited from class javax.mail.internet.MimePartDataSource |
|---|
part |
| Constructor Summary | |
|---|---|
protected |
IMAPMultipartDataSource(javax.mail.internet.MimePart part,
BODYSTRUCTURE[] bs,
java.lang.String sectionId,
IMAPMessage msg)
|
| Method Summary | |
|---|---|
javax.mail.BodyPart |
getBodyPart(int index)
Get the specified Part. |
int |
getCount()
Return the number of enclosed BodyPart objects. |
| Methods inherited from class javax.mail.internet.MimePartDataSource |
|---|
getContentType, getInputStream, getMessageContext, getName, getOutputStream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.activation.DataSource |
|---|
getContentType, getInputStream, getName, getOutputStream |
| Constructor Detail |
|---|
protected IMAPMultipartDataSource(javax.mail.internet.MimePart part,
BODYSTRUCTURE[] bs,
java.lang.String sectionId,
IMAPMessage msg)
| Method Detail |
|---|
public int getCount()
javax.mail.MultipartDataSource
getCount in interface javax.mail.MultipartDataSource
public javax.mail.BodyPart getBodyPart(int index)
throws javax.mail.MessagingException
javax.mail.MultipartDataSource
getBodyPart in interface javax.mail.MultipartDataSourceindex - the index of the desired Part
javax.mail.MessagingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||