ImmutableBrotliOptions

Brotli Options (Immutable)

Implements an immutable Brotli options object.

Types

Link copied to clipboard
object Factory : ProxyInstantiable

Constructor definitions for ImmutableBrotliOptions.

Properties

Link copied to clipboard
open override val chunkSize: Int

chunkSize Default: 16 * 1024

Link copied to clipboard
open override val finishFlush: Int

finishFlush Default: zlib.constants.BROTLI_OPERATION_FINISH

Link copied to clipboard
open override val flush: Int

flush Default: zlib.constants.BROTLI_OPERATION_PROCESS

Link copied to clipboard
open override val maxOutputLength: Int = 0

maxOutputLength Default: buffer.kMaxLength

Link copied to clipboard
open override val params: Int = 0

params Default: zlib.constants.BROTLI_DEFAULT_PARAMS

Functions

Link copied to clipboard
open override fun getMember(key: String?): Any?
Link copied to clipboard
open override fun getMemberKeys(): Array<String>
Link copied to clipboard
open override fun hasMember(key: String?): Boolean
Link copied to clipboard
open override fun putMember(key: String?, value: Value?)
Link copied to clipboard
open fun removeMember(key: String): Boolean