BrotliDecoder Struktura

Definice

Poskytuje nealokační, výkonné brotli dekompresní metody. Metody se dekomprimuje v jednom průchodu BrotliStream bez použití instance.

public value class BrotliDecoder : IDisposable
public struct BrotliDecoder : IDisposable
type BrotliDecoder = struct
    interface IDisposable
Public Structure BrotliDecoder
Implements IDisposable
Dědičnost
BrotliDecoder
Implementuje

Metody

Decompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, Int32)

Dekomprimuje data komprimovaná pomocí Brotliho algoritmu.

Dispose()

Uvolní všechny prostředky používané aktuální instancí dekodéru Brotli.

TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32)

Pokusy o dekomprimaci dat komprimovaných pomocí Brotliho algoritmu.

Platí pro