OutpostUniverse / OP2Utility

C++ library for working with Outpost 2 related files and tasks.
MIT License
4 stars 0 forks source link

Allow clearing content of Stream::DynamicMemoryWriter #373

Closed Brett208 closed 3 years ago

Brett208 commented 3 years ago

Example use in BmpWriter.Test provided.

@DanRStevens I think there may be some inconsistency in ability to Seek forwards and backwards in the Stream::DynamicMemoryReader. I didn't fully review if this is a real problem since I am targeting this branch as a precursor to Issue #367.

Brett208 commented 3 years ago

@DanRStevens thank you for the insight on how DynamicMemoryWriter works. Two issues written up to capture discussion for possible future enhancements.