|
||||||||||
| 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(MimePart part,
BODYSTRUCTURE[] bs,
java.lang.String sectionId,
IMAPMessage msg)
|
| Method Summary | |
|---|---|
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(MimePart part,
BODYSTRUCTURE[] bs,
java.lang.String sectionId,
IMAPMessage msg)
| Method Detail |
|---|
public int getCount()
MultipartDataSource
getCount in interface MultipartDataSource
public BodyPart getBodyPart(int index)
throws MessagingException
MultipartDataSource
getBodyPart in interface MultipartDataSourceindex - the index of the desired Part
MessagingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||