Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ironfede authored Dec 31, 2016
1 parent 10f09db commit 807afda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ OpenMCDF is a 100% .net / C# component that allows developers to manipulate [Mic

Compound file includes multiple streams of information (document summary, user data) in a single container.

This file format is used under the hood by a lot of applications: all the documents created by Microsoft Office until the 2007 product release are structured storage files. Windows thumbnails cache files (thumbs.db) are compound documents as well as .msg Outlook messages. Visual Studio .suo files (solution options) are compound files and a lot of audio/video editing tools saves project file in a compound container.
This file format is used under the hood by a lot of applications: all the documents created by Microsoft Office until the 2007 product release are structured storage files. Windows thumbnails cache files (thumbs.db) are compound documents as well as .msg Outlook messages. Visual Studio .suo files (solution options) are compound files and a lot of audio/video editing tools save project file in a compound container.

OpenMcdf supports read/write operations on streams and storages and traversal of structures tree. It supports version 3 and 4 of the specifications, uses lazy loading wherever possible to reduce memory usage and offer an intuitive API to work with structured files.

Expand Down Expand Up @@ -61,4 +61,4 @@ If you need to compress a compound file, you can purge its unused space
CompoundFile.ShrinkCompoundFile("MultipleStorage_Deleted_Compress.cfs");
```

OpenMcdf runs as well on the [Mono] (http://www.mono-project.com/) platform .
OpenMcdf runs happily on the [Mono] (http://www.mono-project.com/) platform .

0 comments on commit 807afda

Please sign in to comment.