5 references to BrotliEncoder
netstandard (1)
netstandard.cs (1)
889
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.
BrotliEncoder
))]
System.IO.Compression.Brotli (4)
System\IO\Compression\enc\BrotliEncoder.cs (3)
17
/// <summary>Initializes a new instance of the <see cref="System.IO.Compression.
BrotliEncoder
" /> structure using the specified quality and window.</summary>
23
/// <exception cref="System.IO.IOException">Failed to create the <see cref="System.IO.Compression.
BrotliEncoder
" /> instance.</exception>
66
throw new ObjectDisposedException(nameof(
BrotliEncoder
), SR.BrotliEncoder_Disposed);
System\IO\Compression\enc\BrotliStream.Compress.cs (1)
14
private
BrotliEncoder
_encoder;