Interface CharsetCallback.Decoder

Enclosing class:
CharsetCallback

public static interface CharsetCallback.Decoder
Decoder Callback interface
  • Method Summary

    Modifier and Type
    Method
    Description
    call(CharsetDecoderICU decoder, Object context, ByteBuffer source, CharBuffer target, IntBuffer offsets, char[] buffer, int length, CoderResult cr)
    This function is called when the bytes in the source cannot be handled, and this function is meant to handle or fix the error if possible.
  • Method Details

    • call

      CoderResult call(CharsetDecoderICU decoder, Object context, ByteBuffer source, CharBuffer target, IntBuffer offsets, char[] buffer, int length, CoderResult cr)
      This function is called when the bytes in the source cannot be handled, and this function is meant to handle or fix the error if possible.
      Returns:
      Result of decoding action. This returned object is set to an error if this function could not handle the conversion.