Uses of Interface
com.ibm.icu.charset.CharsetCallback.Decoder

Packages that use CharsetCallback.Decoder
com.ibm.icu.charset Enhanced charset conversion support. 
 

Uses of CharsetCallback.Decoder in com.ibm.icu.charset
 

Fields in com.ibm.icu.charset declared as CharsetCallback.Decoder
static CharsetCallback.Decoder CharsetCallback.TO_U_CALLBACK_ESCAPE
          Write escape callback
static CharsetCallback.Decoder CharsetCallback.TO_U_CALLBACK_SKIP
          Skip callback
static CharsetCallback.Decoder CharsetCallback.TO_U_CALLBACK_STOP
          Stop callback
static CharsetCallback.Decoder CharsetCallback.TO_U_CALLBACK_SUBSTITUTE
          Write substitute callback
 

Methods in com.ibm.icu.charset with parameters of type CharsetCallback.Decoder
 void CharsetDecoderICU.setToUCallback(java.nio.charset.CoderResult err, CharsetCallback.Decoder newCallback, java.lang.Object newContext)
          Sets the callback encoder method and context to be used if an illegal sequence is encounterd.
 



Copyright (c) 2009 IBM Corporation and others.