java.nio.charset
public class CoderResult extends Object
Since: 1.4
Field Summary | |
---|---|
static CoderResult | OVERFLOW |
static CoderResult | UNDERFLOW |
Method Summary | |
---|---|
boolean | isError() |
boolean | isMalformed() |
boolean | isOverflow() |
boolean | isUnderflow() |
boolean | isUnmappable() |
int | length() |
static CoderResult | malformedForLength(int length) |
void | throwException() |
String | toString() |
static CoderResult | unmappableForLength(int length) |