All Packages Class Hierarchy This Package Previous Next Index
MimePart
. Thus it will be
automatically implemented by all classes implementing MimePart
.
It has only one method putByteStream
which will write the header
and the content of this MIME entity as a stream of bytes.
This interface is implemented by MimeBodyPart, MimeMultipart
and MimeMessage
.
os
.
public static final int LINE_SIZE
public abstract void putByteStream(OutputStream os) throws IOException
os
.
All Packages Class Hierarchy This Package Previous Next Index