java.lang.Object | +--javax.mail.BodyPart
This class models a Part that is contained within a Multipart. This is an abstract class. Subclasses provide actual implementations.
BodyPart implements the Part interface. Thus, it contains a set of attributes and a "content".
BodyPart()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHeader, getAllHeaders, getContent, getContentType, getDataHandler, getDescription, getDisposition, getFileName, getHeader, getInputStream, getLineCount, getMatchingHeaders, getNonMatchingHeaders, getSize, isMimeType, removeHeader, setContent, setContent, setDataHandler, setDescription, setDisposition, setFileName, setHeader, setText, writeTo
protected Multipart parent
Multipart
object containing this BodyPart
,
if known.public BodyPart()
public Multipart getParent()
Multipart
object,
or null
if not known.