Replies: 1 comment
-
|
Yes, the .NET library is writing out standards-compliant compressed data. You can use any implementation of the same algorithm to consume it. There are C libraries for both gzip and brotli. The .NET implementation is actually a wrapper for some of them; it uses zlib-ng and Google's brotli library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I write c code to micro-chip and want to use de-compression bytes which is compressed by System.IO.Compression.
can I de-compress the bytes in c code?
Beta Was this translation helpful? Give feedback.
All reactions