ZstandardDecoder.TryDecompress Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| Name | Description |
|---|---|
| TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32) | |
| TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, ZstandardDictionary) |
TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32)
- Zdroj:
- ZstandardDecoder.cs
public:
static bool TryDecompress(ReadOnlySpan<System::Byte> source, Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten);
public static bool TryDecompress(ReadOnlySpan<byte> source, Span<byte> destination, out int bytesWritten);
static member TryDecompress : ReadOnlySpan<byte> * Span<byte> * int -> bool
Public Shared Function TryDecompress (source As ReadOnlySpan(Of Byte), destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean
Parametry
- source
- ReadOnlySpan<Byte>
- bytesWritten
- Int32
Návraty
Platí pro
TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, ZstandardDictionary)
- Zdroj:
- ZstandardDecoder.cs
public:
static bool TryDecompress(ReadOnlySpan<System::Byte> source, Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten, System::IO::Compression::ZstandardDictionary ^ dictionary);
public static bool TryDecompress(ReadOnlySpan<byte> source, Span<byte> destination, out int bytesWritten, System.IO.Compression.ZstandardDictionary dictionary);
static member TryDecompress : ReadOnlySpan<byte> * Span<byte> * int * System.IO.Compression.ZstandardDictionary -> bool
Public Shared Function TryDecompress (source As ReadOnlySpan(Of Byte), destination As Span(Of Byte), ByRef bytesWritten As Integer, dictionary As ZstandardDictionary) As Boolean
Parametry
- source
- ReadOnlySpan<Byte>
- bytesWritten
- Int32
- dictionary
- ZstandardDictionary