BrotliDecoder 结构 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供未分配的高性能 Brotli 解压缩方法。 方法在不使用 BrotliStream 实例的情况下以单次传递的形式解压缩。
public value class BrotliDecoder : IDisposablepublic struct BrotliDecoder : IDisposabletype BrotliDecoder = struct
    interface IDisposablePublic Structure BrotliDecoder
Implements IDisposable- 继承
- 实现
方法
| Decompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, Int32) | 解压缩用 Brotli 算法压缩的数据。 | 
| Dispose() | 释放由当前 Brotli 解码器实例使用的所有资源。 | 
| TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32) | 尝试解压缩用 Brotli 算法压缩的数据。 |