java.nio.charset

Class CodingErrorAction

public class CodingErrorAction extends Object

Field Summary
static CodingErrorActionIGNORE
static CodingErrorActionREPLACE
static CodingErrorActionREPORT
Method Summary
StringtoString()
Returns the name of the CodingErrorAction.

Field Detail

IGNORE

public static final CodingErrorAction IGNORE

REPLACE

public static final CodingErrorAction REPLACE

REPORT

public static final CodingErrorAction REPORT

Method Detail

toString

public String toString()
Returns the name of the CodingErrorAction.