com.sun.mail.imap
类 IMAPMultipartDataSource
java.lang.Object
javax.mail.internet.MimePartDataSource
com.sun.mail.imap.IMAPMultipartDataSource
- 所有已实现的接口:
- DataSource, MessageAware, MultipartDataSource
public class IMAPMultipartDataSource
- extends MimePartDataSource
- implements MultipartDataSource
This class
- 版本:
- 1.7, 07/05/04
- 作者:
- John Mani
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IMAPMultipartDataSource
protected IMAPMultipartDataSource(MimePart part,
BODYSTRUCTURE[] bs,
String sectionId,
IMAPMessage msg)
getCount
public int getCount()
- 从接口
MultipartDataSource 复制的描述
- Return the number of enclosed BodyPart objects.
- 指定者:
- 接口
MultipartDataSource 中的 getCount
- 返回:
- number of parts
getBodyPart
public BodyPart getBodyPart(int index)
throws MessagingException
- 从接口
MultipartDataSource 复制的描述
- Get the specified Part. Parts are numbered starting at 0.
- 指定者:
- 接口
MultipartDataSource 中的 getBodyPart
- 参数:
index - the index of the desired Part
- 返回:
- the Part
- 抛出:
MessagingException
Copyright © 2013. All Rights Reserved.