MutableBrotliOptions

Brotli Options (Mutable)

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. This is the mutable form of BrotliOptions.

Inheritors

Properties

Link copied to clipboard
abstract var chunkSize: Int

chunkSize Default: 16 * 1024

Link copied to clipboard
abstract var finishFlush: Int

finishFlush Default: zlib.constants.BROTLI_OPERATION_FINISH

Link copied to clipboard
abstract var flush: Int

flush Default: zlib.constants.BROTLI_OPERATION_PROCESS

Link copied to clipboard
abstract var maxOutputLength: Int

maxOutputLength Default: buffer.kMaxLength

Link copied to clipboard
abstract var params: Int

params Default: zlib.constants.BROTLI_DEFAULT_PARAMS