org.apache.james.mime4j.message
Interface TextBody

All Superinterfaces:
Body, Disposable

public interface TextBody
extends Body

Encapsulates the contents of a text/* entity body.

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

Method Summary
 java.io.Reader getReader()
          Gets a Reader which may be used to read out the contents of this body.
 
Methods inherited from interface org.apache.james.mime4j.message.Body
getParent, setParent, writeTo
 
Methods inherited from interface org.apache.james.mime4j.message.Disposable
dispose
 

Method Detail

getReader

java.io.Reader getReader()
                         throws java.io.IOException
Gets a Reader which may be used to read out the contents of this body.

Returns:
the Reader.
Throws:
java.io.IOException - on I/O errors.


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