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:
- class ActiveMimeObject¶
Bases:
Pro.Core.CFFObject
Methods:
Returns the compressed data.
Returns the compressed data range.
Returns the header.
GetUncompressedData
([wo])Retrieves the uncompressed data.
- GetCompressedData() → Pro.Core.NTContainer¶
- Returns
Returns the compressed data.
- Return type
See also
GetCompressedDataRange()
andGetUncompressedData()
.
- GetCompressedDataRange() → Pro.Core.NTOffsetRange¶
- Returns
Returns the compressed data range.
- Return type
See also
GetCompressedData()
andGetUncompressedData()
.
- GetHeader() → Pro.Core.CFFStruct¶
- Returns
Returns the header.
- Return type
- GetUncompressedData(wo=None) → Pro.Core.NTContainer¶
Retrieves the uncompressed data.
- Parameters
wo (NTIWait) – An optional wait object.
See also
GetCompressedData()
andGetCompressedDataRange()
.