Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface MultipartDataSource
extends DataSource
DataSource
Method Summary | |
BodyPart |
|
int |
|
public BodyPart getBodyPart(int index) throws MessagingException
Returns the specified body part. Body parts are numbered starting at 0.
- Parameters:
index
- the index of the desired body part
public int getCount()
Returns the number of body parts.