[API Proposal]: ZLibPipeReader #61502
Labels
api-suggestion
Early API idea and discussion, it is NOT ready for implementation
area-System.IO.Pipelines
untriaged
New issue has not been triaged by the area owner
Background and motivation
Existing
ZLibStream
often consumes more bytes than it needs and discards the residue. A hack into its private fields is required to scavenge the unprocessed bytes.See #61405
Proposed
ZLibPipeReader
only advances the underlying pipe reader to the end of the zlib stream.API Proposal
API Usage
Alternative Designs
Risks
No response
The text was updated successfully, but these errors were encountered: