public final class HMEFContentsExtractor
extends java.lang.Object
Constructor | Description |
---|---|
HMEFContentsExtractor(java.io.File filename) |
|
HMEFContentsExtractor(HMEFMessage message) |
Modifier and Type | Method | 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.IOException
public HMEFContentsExtractor(HMEFMessage message)
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public void extractMessageBody(java.io.File dest) throws java.io.IOException
java.io.IOException
public void extractAttachments(java.io.File dir) throws java.io.IOException
java.io.IOException
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.