Edit

Share via


ZstandardDecoder.TryGetMaxDecompressedLength Method

Definition

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

Parameters

length
Int64

Returns

Applies to