







The PIL.OleFileIO Module


OleFileIO(filename=None) (class) [ #PIL.OleFileIO.OleFileIO-class# ]

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

For more information about this class, see #PIL.OleFileIO.OleFileIO-classThe OleFileIO Class .



The OleFileIO Class 


OleFileIO(filename=None) (class) [ #PIL.OleFileIO.OleFileIO-class# ]

This class encapsulates the interface to an OLE 2 structured
storage file.  Use the 
link:listdirlistdir  and link:openstreamopenstream 
methods to access the contents of this file.

getproperties(filename)  [ #PIL.OleFileIO.OleFileIO.getproperties-method# ]

Gets a list of properties described in substream.


listdir()  [ #PIL.OleFileIO.OleFileIO.listdir-method# ]

Returns a list of streams stored in this file.


open(filename)  [ #PIL.OleFileIO.OleFileIO.open-method# ]

Open an OLE2 file.


openstream(filename)  [ #PIL.OleFileIO.OleFileIO.openstream-method# ]

Opens a stream as a read-only file object.




