create

open override fun create(): TextDecoder

Create

Creates a new instance of the encoding utility without any parameters.

Return

The new instance.


open override fun create(label: String): TextDecoder

Create with Label

Creates a new instance of the encoding utility without any parameters.

Return

The new instance.


open override fun create(label: String, options: TextDecoder.Options): TextDecoder

Create with Options

Creates a new instance of the encoding utility without any parameters.

Return

The new instance.