|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.james.core.MimeMessageSource
A source of a MimeMessage.
Constructor Summary | |
MimeMessageSource()
|
Method Summary | |
abstract java.io.InputStream |
getInputStream()
Return an input stream to the data |
long |
getSize()
Return the size of all the data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MimeMessageSource()
Method Detail |
public abstract java.io.InputStream getInputStream() throws java.io.IOException
public long getSize() throws java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |