ZstandardDecoder.TryGetMaxDecompressedLength Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public:
static bool TryGetMaxDecompressedLength(ReadOnlySpan<System::Byte> data, [Runtime::InteropServices::Out] long % length);
public static bool TryGetMaxDecompressedLength(ReadOnlySpan<byte> data, out long length);
static member TryGetMaxDecompressedLength : ReadOnlySpan<byte> * int64 -> bool
Public Shared Function TryGetMaxDecompressedLength (data As ReadOnlySpan(Of Byte), ByRef length As Long) As Boolean
Parametri
- data
- ReadOnlySpan<Byte>
- length
- Int64