gjefferyes
gjefferyes
[compressTest.txt](https://github.com/oleg-st/ZstdSharp/files/14182749/compressTest.txt) Attached is a sample program that demonstrates the original problem as described above. It turn out that if you have multiple works, and then you call Flush(), before you...
So I can confirm that with the latest changes if I call flush() before close() then I always get the 01 00 00 on the end of the stream. If...
HI, Yes I did run csharpier over my code before submitting. If there is a code format you are not happy with, maybe I do not have it configured correctly?...
I have now added some test files, and unit tests for these added un-compress methods. Thanks to https://github.com/TwanVanDongen for supplying these test archives.