Install via NuGet:
Install-Package Oodle.NET- Thin .NET wrapper over the native Oodle library
- Span-based
Compress/Decompresswith array, pointer, andnintoverloads
using OodleDotNet;
using var oodle = new Oodle(@"C:\Test\oo2core_9_win64.dll");
var compressedBuffer = System.IO.File.ReadAllBytes(@"C:\Test\Example.bin");
var decompressedBuffer = new byte[decompressedSize];
var result = oodle.Decompress(compressedBuffer, decompressedBuffer);Contributions are welcome and appreciated!
Whether it's fixing a typo, suggesting an improvement, or submitting a pull request — every bit helps.
This project is licensed under the MIT License.
⭐️ Star the repo if you find it useful!
Feel free to open an issue if you have any questions or feedback.