Searched defs:CharsetDecoder (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/nio/charset/
H A DCharsetDecoder.java84 public abstract class CharsetDecoder { class
103 * Constructs a new <code>CharsetDecoder</code> using the given
119 protected CharsetDecoder(Charset charset, float averageCharsPerByte, float maxCharsPerByte) { method in class:CharsetDecoder
560 public final CharsetDecoder onMalformedInput(CodingErrorAction newAction) {
582 public final CharsetDecoder onUnmappableCharacter(CodingErrorAction newAction) {
614 public final CharsetDecoder replaceWith(String replacement) {
635 public final CharsetDecoder reset() {

Completed in 3278 milliseconds