Trouble with GZipStream Copying Only 8KB of Data in .NetStandard 2.0
I’m using the GZipStream
class from the System.IO.Compression
library to decompress a stream of data. I initialize a MemoryStream
and use the CopyTo
method to copy the decompressed data into it. Despite properly setting the stream’s initial position and initialization, only 8KB of data is being copied and we are exiting from that section of code.
Trouble with GZipStream Copying Only 8KB of Data in .NetStandard 2.0
I’m using the GZipStream
class from the System.IO.Compression
library to decompress a stream of data. I initialize a MemoryStream
and use the CopyTo
method to copy the decompressed data into it. Despite properly setting the stream’s initial position and initialization, only 8KB of data is being copied and we are exiting from that section of code.
Trouble with GZipStream Copying Only 8KB of Data in .NetStandard 2.0
I’m using the GZipStream
class from the System.IO.Compression
library to decompress a stream of data. I initialize a MemoryStream
and use the CopyTo
method to copy the decompressed data into it. Despite properly setting the stream’s initial position and initialization, only 8KB of data is being copied and we are exiting from that section of code.
Trouble with GZipStream Copying Only 8KB of Data in .NetStandard 2.0
I’m using the GZipStream
class from the System.IO.Compression
library to decompress a stream of data. I initialize a MemoryStream
and use the CopyTo
method to copy the decompressed data into it. Despite properly setting the stream’s initial position and initialization, only 8KB of data is being copied and we are exiting from that section of code.