BrotliDecoder 구조체

정의

비할당된 고성능 Brotli 압축 풀기 메서드를 제공합니다. BrotliStream 인스턴스를 사용하지 않고 단일 패스에서 압축을 푸는 메서드입니다.

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 알고리즘으로 압축된 데이터의 압축을 풀도록 시도합니다.

적용 대상