BrotliDecoder 構造体

定義

非割り当てでハイ パフォーマンスの Brotli 圧縮解除メソッドを提供します。 これらのメソッドを使うと、BrotliStream インスタンスを使用せずに 1 回のパスで圧縮を解除できます。

public value class BrotliDecoder : IDisposable
public struct BrotliDecoder : IDisposable
type BrotliDecoder = struct
    interface IDisposable
Public Structure BrotliDecoder
Implements IDisposable
継承
BrotliDecoder
実装

メソッド

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

Brotli アルゴリズムを使用して圧縮されたデータの圧縮を解除します。

Dispose()

現在の Brotli デコーダー インスタンスによって使用されているすべてのリソースを解放します。

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

Brotli アルゴリズムを使用して圧縮されたデータの圧縮解除を試みます。

適用対象