|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.james.core.MimeMessageSource | +--org.apache.james.core.MimeMessageInputStreamSource
MimeMessageInputStreamSource.java Created:
Constructor Summary | |
MimeMessageInputStreamSource(java.lang.String key,
java.io.InputStream in)
|
Method Summary | |
void |
finalize()
|
java.io.InputStream |
getInputStream()
Return an input stream to the data |
long |
getMessageSize()
If not already, read the stream into a temp file |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MimeMessageInputStreamSource(java.lang.String key, java.io.InputStream in)
Method Detail |
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in class MimeMessageSource
public long getMessageSize() throws java.io.IOException
getMessageSize
in class MimeMessageSource
public void finalize()
finalize
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |