|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultipartDataSource
A data source that contains body parts.
DataSource
Method Summary | |
---|---|
BodyPart |
getBodyPart(int index)
Returns the specified body part. |
int |
getCount()
Returns the number of body parts. |
Methods inherited from interface javax.activation.DataSource |
---|
getContentType, getInputStream, getName, getOutputStream |
Method Detail |
---|
int getCount()
BodyPart getBodyPart(int index) throws MessagingException
index
- the index of the desired body part
IndexOutOfBoundsException
- if the given index is out of range
MessagingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |