Pkg.ActiveMime — API for parsing ActiveMime files

Overview

The Pkg.ActiveMime module contains the API for parsing ActiveMime files.

Module API

Pkg.ActiveMime module API.

Classes:

ActiveMimeObject()

class ActiveMimeObject

Bases: Pro.Core.CFFObject

Methods:

GetCompressedData()

Returns the compressed data.

GetCompressedDataRange()

Returns the compressed data range.

GetHeader()

Returns the header.

GetUncompressedData([wo])

Retrieves the uncompressed data.

GetCompressedData()Pro.Core.NTContainer
Returns

Returns the compressed data.

Return type

NTContainer

See also GetCompressedDataRange() and GetUncompressedData().

GetCompressedDataRange()Pro.Core.NTOffsetRange
Returns

Returns the compressed data range.

Return type

NTOffsetRange

See also GetCompressedData() and GetUncompressedData().

GetHeader()Pro.Core.CFFStruct
Returns

Returns the header.

Return type

CFFStruct

GetUncompressedData(wo=None)Pro.Core.NTContainer

Retrieves the uncompressed data.

Parameters

wo (NTIWait) – An optional wait object.

See also GetCompressedData() and GetCompressedDataRange().