© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
7 replies
Ksum Nole

Read brotli stream in chunks

There is a way of putting as input the original data to a new brotli stream and read in chunks the compressed data

   using (var compStream = new BrotliStream(myfilestream, CompressionLevel.SmallestSize, true))
   {compStream.read(23939 byte)
   }
   using (var compStream = new BrotliStream(myfilestream, CompressionLevel.SmallestSize, true))
   {compStream.read(23939 byte)
   }
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

✅ Cancel stream read
C#CC# / help
3y ago
read TCP stream issue
C#CC# / help
4y ago
WebApplicationFactory stream body read multiple times
C#CC# / help
9mo ago
Read stream twice without missing data
C#CC# / help
3y ago