Searched defs:Part (Results 1 - 1 of 1) sorted by relevance

/javamail/mail/src/main/java/javax/mail/
H A DPart.java48 * The <code>Part</code> interface is the common base interface for
51 * Part consists of a set of attributes and a "Content".<p>
55 * The JavaMail API defines a set of standard Part attributes that are
58 * may support other Part attributes as well, these are represented as
67 * The "content" of a Part is available in various formats:
70 * The "content" of a Part is also available through a
82 * itself. In particular, a "multipart" Part's content is always a
84 * "multipart" type Part will always return a Multipart (or subclass) object.
87 * Part provides the <code>writeTo()</code> method that streams
89 * This bytestream is typically an aggregation of the Part attribute
98 public interface Part { interface
[all...]

Completed in 7 milliseconds