Class TextDecoder
java.lang.Object
elemental2.dom.TextDecoder
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTextDecoder
(String encoding) TextDecoder
(String encoding, elemental2.core.JsObject options) TextDecoder
(String encoding, Object options) -
Method Summary
Modifier and TypeMethodDescriptiondecode()
final String
decode
(elemental2.core.ArrayBuffer input) final String
decode
(elemental2.core.ArrayBuffer input, elemental2.core.JsObject options) final String
final String
decode
(elemental2.core.ArrayBufferView input) final String
decode
(elemental2.core.ArrayBufferView input, elemental2.core.JsObject options) final String
decode
(TextDecoder.DecodeInputUnionType input, elemental2.core.JsObject options) final String
decode
(TextDecoder.DecodeInputUnionType input, Object options)
-
Field Details
-
encoding
-
fatal
public boolean fatal -
ignoreBOM
public boolean ignoreBOM
-
-
Constructor Details
-
TextDecoder
public TextDecoder() -
TextDecoder
-
TextDecoder
-
TextDecoder
-
-
Method Details