ZstdSharp icon indicating copy to clipboard operation
ZstdSharp copied to clipboard

GetDecompressedSize reports wrong size from stream compressed array.

Open mateli opened this issue 7 months ago • 3 comments

When using CompressorStream to create a compressed byte array running GetCompressedSize returns the wrong number. However compressing the same source data using Compressor.Wrap produces the correct size. Is the storage format different?

mateli avatar May 13 '25 19:05 mateli