ironfede / openmcdf

Microsoft Compound File .net component - pure C# - netstandard 2.0
Mozilla Public License 2.0
302 stars 73 forks source link

transacted mode #16

Open ArminFirecracker opened 6 years ago

ArminFirecracker commented 6 years ago

Is there something like a transacted mode implemented?

Like the Revert method here: IStorage::Revert

ironfede commented 6 years ago

Actually there is no Revert like method, only Commit to persist changes to underlying stream. I'll mark this advice as enanchement for next releases. Thank you