org.apache.james.mime4j.message
Class BodyPart

java.lang.Object
  extended by org.apache.james.mime4j.message.Entity
      extended by org.apache.james.mime4j.message.BodyPart

public class BodyPart
extends Entity

Represents a MIME body part (see RFC 2045).

Version:
$Id: BodyPart.java,v 1.3 2004/10/02 12:41:11 ntherning Exp $

Constructor Summary
BodyPart()
           
 
Method Summary
 void writeTo(java.io.OutputStream out)
          Write the content to the given outputstream
 
Methods inherited from class org.apache.james.mime4j.message.Entity
getBody, getCharset, getContentTransferEncoding, getHeader, getMimeType, getParent, isMimeType, isMultipart, setBody, setHeader, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BodyPart

public BodyPart()
Method Detail

writeTo

public void writeTo(java.io.OutputStream out)
             throws java.io.IOException
Description copied from class: Entity
Write the content to the given outputstream

Specified by:
writeTo in class Entity
Parameters:
out - the outputstream to write to
Throws:
java.io.IOException
See Also:
Entity.writeTo(java.io.OutputStream)


Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.