ironfede / openmcdf

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

[POC] Add some Span based write functions to CFStream #125

Open Numpsy opened 6 months ago

Numpsy commented 6 months ago

An experiment for #57 to see how much can be added by just rearranging the internal functions, without having to duplicate blocks of code for the array/span cases.

Currently just does the suggested write functionswith minimal surrounding changes - similar things could be done for some of the read functions as well.