public class CodingErrorAction extends Object
此类的实例用于指定charset decoders和encoders如何处理格式错误的输入和不可映射字符错误。
static CodingErrorAction
IGNORE
REPLACE
REPORT
CoderResult
CharacterCodingException
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final CodingErrorAction IGNORE
public static final CodingErrorAction REPLACE
public static final CodingErrorAction REPORT
public String toString()
toString
Object