create

abstract fun create(): T

Create

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

Return

The new instance.


abstract fun create(encoding: Value?): T

Create with Label

Creates a new instance of the encoding utility with a specific named encoding.

Return

The new instance.

Parameters

encoding

The encoding to use.