Uses of Interface
com.ibm.icu.charset.CharsetCallback.Decoder
Packages that use CharsetCallback.Decoder
-
Uses of CharsetCallback.Decoder in com.ibm.icu.charset
Fields in com.ibm.icu.charset declared as CharsetCallback.DecoderModifier and TypeFieldDescriptionprivate CharsetCallback.DecoderCharsetDecoderICU.onMalformedInputprivate CharsetCallback.DecoderCharsetDecoderICU.onUnmappableCharacterstatic final CharsetCallback.DecoderCharsetCallback.TO_U_CALLBACK_ESCAPEWrite escape callbackstatic final CharsetCallback.DecoderCharsetCallback.TO_U_CALLBACK_SKIPSkip callbackstatic final CharsetCallback.DecoderCharsetCallback.TO_U_CALLBACK_STOPStop callbackstatic final CharsetCallback.DecoderCharsetCallback.TO_U_CALLBACK_SUBSTITUTEWrite substitute callback(package private) CharsetCallback.DecoderCharsetDecoderICU.toCharErrorBehaviourMethods in com.ibm.icu.charset that return CharsetCallback.DecoderModifier and TypeMethodDescriptionprivate static CharsetCallback.DecoderCharsetDecoderICU.getCallback(CodingErrorAction action) Methods in com.ibm.icu.charset with parameters of type CharsetCallback.DecoderModifier and TypeMethodDescriptionfinal voidCharsetDecoderICU.setToUCallback(CoderResult err, CharsetCallback.Decoder newCallback, Object newContext) Sets the callback encoder method and context to be used if an illegal sequence is encountered.