Oh nice, never know about ZLibStream
, thx
Nice thing about the new abstractions is that this is all it takes to use ZLibStream
as the default impl for Deflate in .NET6+ and DeflateStream
for earlier runtimes.
Oh nice, never know about ZLibStream
, thx
Nice thing about the new abstractions is that this is all it takes to use ZLibStream
as the default impl for Deflate in .NET6+ and DeflateStream
for earlier runtimes.