
libole is organised as a number of classes.

The classes are:
ole_base contatins structures and constants for the other classes plus
one virutal function.

ole_dir does directory searching and listing

ole implements some basic stuff and defines virtual functions for the
concrete implementation to use.

ole_docfile is an implementation of the .DOC file format used by OLE
v2.  The decoding was done by Martin Schwartz
<schartz@cs.tu-berlin.de> and documented in his LAOLA perl package.


Header files
------------

ole_common.h: simple inline stuff
ole_filetime.h: the conversion functions
ole.h: the ole and ole_dir classes
ole_dir.h: the ole_dir class
ole_docfile.h: the ole_docfile class
