ZstandardDictionary.Create Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| Create(ReadOnlySpan<Byte>) | |
| Create(ReadOnlySpan<Byte>, Int32) |
Create(ReadOnlySpan<Byte>)
public:
static System::IO::Compression::ZstandardDictionary ^ Create(ReadOnlySpan<System::Byte> buffer);
public static System.IO.Compression.ZstandardDictionary Create(ReadOnlySpan<byte> buffer);
static member Create : ReadOnlySpan<byte> -> System.IO.Compression.ZstandardDictionary
Public Shared Function Create (buffer As ReadOnlySpan(Of Byte)) As ZstandardDictionary
Parameters
- buffer
- ReadOnlySpan<Byte>
Retouren
Van toepassing op
Create(ReadOnlySpan<Byte>, Int32)
public:
static System::IO::Compression::ZstandardDictionary ^ Create(ReadOnlySpan<System::Byte> buffer, int quality);
public static System.IO.Compression.ZstandardDictionary Create(ReadOnlySpan<byte> buffer, int quality);
static member Create : ReadOnlySpan<byte> * int -> System.IO.Compression.ZstandardDictionary
Public Shared Function Create (buffer As ReadOnlySpan(Of Byte), quality As Integer) As ZstandardDictionary
Parameters
- buffer
- ReadOnlySpan<Byte>
- quality
- Int32