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 TCharsetDecoder
TCharset.newDecoder()
TCharsetDecoder.onMalformedInput(TCodingErrorAction newAction)
TCharsetDecoder.onUnmappableCharacter(TCodingErrorAction newAction)
TCharsetDecoder.replaceWith(String newReplacement)
TCharsetDecoder.reset()
-
Uses of TCharsetDecoder in org.teavm.classlib.java.nio.charset.impl
Subclasses of TCharsetDecoder in org.teavm.classlib.java.nio.charset.implModifier and TypeClassDescriptionclass
class
class
class
class
Methods in org.teavm.classlib.java.nio.charset.impl that return TCharsetDecoderModifier and TypeMethodDescriptionTAsciiCharset.newDecoder()
TIso8859Charset.newDecoder()
TUTF16Charset.newDecoder()
TUTF8Charset.newDecoder()