ZstandardDecoder.TryGetMaxDecompressedLength Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- data
- ReadOnlySpan<Byte>
- length
- Int64