Factory

Text Encoder Factory

Extends the base EncodingUtility.Factory to specialize it for the type TextEncoder.

Inheritors

Functions

Link copied to clipboard
abstract fun create(): TextEncoder

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

abstract fun create(encoding: Value?): TextEncoder

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

Link copied to clipboard
open override fun newInstance(vararg arguments: Value?): Any