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