|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CharsetCallback.Encoder
Encoder Callback interface
Method Summary | |
---|---|
CoderResult |
call(CharsetEncoderICU encoder,
Object context,
CharBuffer source,
ByteBuffer target,
IntBuffer offsets,
char[] buffer,
int length,
int cp,
CoderResult cr)
This function is called when the Unicode characters in the source cannot be handled, and this function is meant to handle or fix the error if possible. |
Method Detail |
---|
CoderResult call(CharsetEncoderICU encoder, Object context, CharBuffer source, ByteBuffer target, IntBuffer offsets, char[] buffer, int length, int cp, CoderResult cr)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |