|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.collab.util.MimeMultipartData
public class MimeMultipartData
This class encapsulates data for a MIME body part.
| Method Summary | |
|---|---|
Map |
getHeaders()
Gets a map of the headers available for this part. |
InputStream |
getInputStream()
Gets the input stream representing the content data. |
int |
getSubpartCount()
Gets the count of subparts on the current part. |
MimeMultipartData[] |
getSubparts()
Gets the subparts on the current part, if any |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public InputStream getInputStream()
null)public Map getHeaders()
null)public MimeMultipartData[] getSubparts()
null)public int getSubpartCount()
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||