ZstandardDecoder.TryGetMaxDecompressedLength 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.
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
Parametreler
- data
- ReadOnlySpan<Byte>
- length
- Int64