public class CharsetCallback extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
CharsetCallback.Decoder
Decoder Callback interface
|
static interface |
CharsetCallback.Encoder
Encoder Callback interface
|
Modifier and Type | Field and Description |
---|---|
static CharsetCallback.Encoder |
FROM_U_CALLBACK_ESCAPE
Write escape callback
|
static CharsetCallback.Encoder |
FROM_U_CALLBACK_SKIP
Skip callback
|
static CharsetCallback.Encoder |
FROM_U_CALLBACK_STOP
Stop callback
|
static CharsetCallback.Encoder |
FROM_U_CALLBACK_SUBSTITUTE
Write substitute callback
|
static CharsetCallback.Decoder |
TO_U_CALLBACK_ESCAPE
Write escape callback
|
static CharsetCallback.Decoder |
TO_U_CALLBACK_SKIP
Skip callback
|
static CharsetCallback.Decoder |
TO_U_CALLBACK_STOP
Stop callback
|
static CharsetCallback.Decoder |
TO_U_CALLBACK_SUBSTITUTE
Write substitute callback
|
public static final CharsetCallback.Encoder FROM_U_CALLBACK_SKIP
public static final CharsetCallback.Decoder TO_U_CALLBACK_SKIP
public static final CharsetCallback.Encoder FROM_U_CALLBACK_SUBSTITUTE
public static final CharsetCallback.Decoder TO_U_CALLBACK_SUBSTITUTE
public static final CharsetCallback.Encoder FROM_U_CALLBACK_STOP
public static final CharsetCallback.Decoder TO_U_CALLBACK_STOP
public static final CharsetCallback.Encoder FROM_U_CALLBACK_ESCAPE
public static final CharsetCallback.Decoder TO_U_CALLBACK_ESCAPE
Copyright © 2016 Unicode, Inc. and others.