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

/libcore/luni/src/main/java/java/nio/charset/
H A DCharsetEncoder.java78 public abstract class CharsetEncoder { class
100 * Constructs a new {@code CharsetEncoder} using the given parameters and
103 protected CharsetEncoder(Charset cs, float averageBytesPerChar, float maxBytesPerChar) { method in class:CharsetEncoder
108 * Constructs a new <code>CharsetEncoder</code> using the given
128 protected CharsetEncoder(Charset cs, float averageBytesPerChar, float maxBytesPerChar, byte[] replacement) { method in class:CharsetEncoder
132 CharsetEncoder(Charset cs, float averageBytesPerChar, float maxBytesPerChar, byte[] replacement, boolean trusted) { method in class:CharsetEncoder
592 public final CharsetEncoder onMalformedInput(CodingErrorAction newAction) {
614 public final CharsetEncoder onUnmappableCharacter(CodingErrorAction newAction) {
648 public final CharsetEncoder replaceWith(byte[] replacement) {
673 public final CharsetEncoder rese
[all...]

Completed in 68 milliseconds