ZstdSharp
ZstdSharp copied to clipboard
GetDecompressedSize reports wrong size from stream compressed array.
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?