1 reference to Create
System.IO.Compression.Zstandard (1)
System\IO\Compression\ZstandardDictionary.cs (1)
31
public static ZstandardDictionary Create(ReadOnlySpan<byte> buffer) =>
Create
(buffer, ZstandardUtils.Quality_Default);