ZstandardDecoder.TryDecompress Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32) | |
| TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, ZstandardDictionary) |
TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32)
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
Parametreler
- source
- ReadOnlySpan<Byte>
- bytesWritten
- Int32
Döndürülenler
Şunlara uygulanır
TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, ZstandardDictionary)
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
Parametreler
- source
- ReadOnlySpan<Byte>
- bytesWritten
- Int32
- dictionary
- ZstandardDictionary