java.lang.Object | +--gnu.mail.providers.imap.IMAPMultipartDataSourceAll Implemented Interfaces:
The multipart object this data source is associated with. |
IMAPMultipartDataSource(IMAPMultipart multipart) Called by the IMAPMessage. |
getBodyPart(int index) Returns the secified sub-part of the multipart. | |
String | Returns the content type of the body part that contains the multipart. |
int | getCount() Returns the number of sub-parts of the multipart. |
InputStream | Returns an input stream from which the content of this multipart can be read. |
String | getName() Returns the content description of the body part that contains the multipart. |
OutputStream | IMAP multiparts are read-only. |
protected IMAPMultipart multipart
protected IMAPMultipartDataSource(IMAPMultipart multipart)
public BodyPart getBodyPart(int index)
public String getContentType()
public int getCount()
public InputStream getInputStream()
public String getName()
public OutputStream getOutputStream()