public abstract class BodyPart extends Object implements Part
BodyPart implements the Part interface. Thus, it contains a set of attributes and a "content".
| 限定符和类型 | 字段和说明 |
|---|---|
protected Multipart |
parent
The
Multipart object containing this BodyPart,
if known. |
ATTACHMENT, INLINE| 构造器和说明 |
|---|
BodyPart() |
| 限定符和类型 | 方法和说明 |
|---|---|
Multipart |
getParent()
Return the containing
Multipart object,
or null if not known. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getAllHeaders, getContent, getContentType, getDataHandler, getDescription, getDisposition, getFileName, getHeader, getInputStream, getLineCount, getMatchingHeaders, getNonMatchingHeaders, getSize, isMimeType, removeHeader, setContent, setContent, setDataHandler, setDescription, setDisposition, setFileName, setHeader, setText, writeToCopyright © 2021 Oracle. All rights reserved.