InlineAttachmentExtractor

Inheritance: java.lang.Object

public class InlineAttachmentExtractor

Provides ability to extract files from MSO packages. Can be used to process “oledata.mso” and similar files typically attached to messages created using Outlook.

Constructors

ConstructorDescription
InlineAttachmentExtractor()

Methods

MethodDescription
enumerateMsoPackage(InputStream stream)Enumerates the MSO package and returns a dictionary containing files data.
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

InlineAttachmentExtractor()

public InlineAttachmentExtractor()

enumerateMsoPackage(InputStream stream)

public static System.Collections.Generic.IGenericDictionary<String,byte[]> enumerateMsoPackage(InputStream stream)

Enumerates the MSO package and returns a dictionary containing files data. The key is file identifier and value contains actual data.Files are usually referenced in message body using the identifiers provided.

Parameters:

ParameterTypeDescription
streamjava.io.InputStreamThe stream to parse.

While in evaluation mode only one file is extracted from given MSO stream. |

Returns: com.aspose.ms.System.Collections.Generic.IGenericDictionary<java.lang.String,byte[]> - Dictionary with files data.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int