public final class HMEFContentsExtractor
extends java.lang.Object
| Constructor and Description |
|---|
HMEFContentsExtractor(java.io.File filename) |
HMEFContentsExtractor(HMEFMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
extractAttachments(java.io.File dir)
Extracts all the message attachments to the supplied directory
|
void |
extractMessageBody(java.io.File dest)
Extracts the RTF message body to the supplied file
|
static void |
main(java.lang.String[] args) |
public HMEFContentsExtractor(java.io.File filename)
throws java.io.IOException
java.io.IOExceptionpublic HMEFContentsExtractor(HMEFMessage message)
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionpublic void extractMessageBody(java.io.File dest)
throws java.io.IOException
java.io.IOExceptionpublic void extractAttachments(java.io.File dir)
throws java.io.IOException
java.io.IOExceptionCopyright 2014 The Apache Software Foundation or its licensors, as applicable.