BrotliOptions

interface BrotliOptions

Brotli Options

Represents the interface fulfilled by an object that specified options for Brotli compression or decompression; modeled by the zlib.BrotliOptions object in the Node.js API.

Inheritors

Properties

Link copied to clipboard
abstract val chunkSize: Int

chunkSize Default: 16 * 1024

Link copied to clipboard
abstract val finishFlush: Int

finishFlush Default: zlib.constants.BROTLI_OPERATION_FINISH

Link copied to clipboard
abstract val flush: Int

flush Default: zlib.constants.BROTLI_OPERATION_PROCESS

Link copied to clipboard
abstract val maxOutputLength: Int

maxOutputLength Default: buffer.kMaxLength

Link copied to clipboard
abstract val params: Int

params Default: zlib.constants.BROTLI_DEFAULT_PARAMS