com.hs.mail.imap.processor.fetch
Class PartContentBuilder
java.lang.Object
com.hs.mail.imap.processor.fetch.PartContentBuilder
public class PartContentBuilder
- extends Object
- Since:
- Mar 8, 2010
- Author:
- Won Chul Doh
Field Summary |
static byte[] |
EMPTY
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY
public static final byte[] EMPTY
PartContentBuilder
public PartContentBuilder()
build
public void build(InputStream is,
int[] path)
getMimeHeader
public Map<String,String> getMimeHeader()
throws IOException,
org.apache.james.mime4j.MimeException
- Throws:
IOException
org.apache.james.mime4j.MimeException
getMessageHeader
public Map<String,String> getMessageHeader()
throws IOException,
org.apache.james.mime4j.MimeException
- Throws:
IOException
org.apache.james.mime4j.MimeException
getMimeBodyContent
public byte[] getMimeBodyContent()
throws IOException,
org.apache.james.mime4j.MimeException
- Throws:
IOException
org.apache.james.mime4j.MimeException
getMessageBodyContent
public byte[] getMessageBodyContent()
throws IOException,
org.apache.james.mime4j.MimeException
- Throws:
IOException
org.apache.james.mime4j.MimeException
Copyright © 2011. All Rights Reserved.