The PIL.OleFileIO Module

OleFileIO(filename=None) (class) [#]

This class encapsulates the interface to an OLE 2 structured storage file.

For more information about this class, see The OleFileIO Class.

The OleFileIO Class

OleFileIO(filename=None) (class) [#]

This class encapsulates the interface to an OLE 2 structured storage file. Use the listdir and openstream methods to access the contents of this file.

getproperties(filename) [#]

Gets a list of properties described in substream.

listdir() [#]

Returns a list of streams stored in this file.

open(filename) [#]

Open an OLE2 file.

openstream(filename) [#]

Opens a stream as a read-only file object.