Uses of Class
org.teavm.classlib.java.nio.charset.TCharsetDecoder
Packages that use TCharsetDecoder
Package
Description
-
Uses of TCharsetDecoder in org.teavm.classlib.java.io
Constructors in org.teavm.classlib.java.io with parameters of type TCharsetDecoder -
Uses of TCharsetDecoder in org.teavm.classlib.java.nio.charset
Methods in org.teavm.classlib.java.nio.charset that return TCharsetDecoderModifier and TypeMethodDescriptionabstract TCharsetDecoderTCharset.newDecoder()final TCharsetDecoderTCharsetDecoder.onMalformedInput(TCodingErrorAction newAction) final TCharsetDecoderTCharsetDecoder.onUnmappableCharacter(TCodingErrorAction newAction) final TCharsetDecoderTCharsetDecoder.replaceWith(String newReplacement) final TCharsetDecoderTCharsetDecoder.reset() -
Uses of TCharsetDecoder in org.teavm.classlib.java.nio.charset.impl
Subclasses of TCharsetDecoder in org.teavm.classlib.java.nio.charset.implModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.teavm.classlib.java.nio.charset.impl that return TCharsetDecoderModifier and TypeMethodDescriptionTAsciiCharset.newDecoder()TIso8859Charset.newDecoder()TUTF16Charset.newDecoder()TUTF8Charset.newDecoder()