OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CharsetDecoder
(Results
1 - 10
of
10
) sorted by null
/libcore/luni/src/main/java/java/nio/charset/
CharsetDecoder.java
84
public abstract class
CharsetDecoder
{
103
* Constructs a new <code>
CharsetDecoder
</code> using the given
120
protected
CharsetDecoder
(Charset charset, float averageCharsPerByte, float maxCharsPerByte) {
591
public final
CharsetDecoder
onMalformedInput(CodingErrorAction newAction) {
613
public final
CharsetDecoder
onUnmappableCharacter(CodingErrorAction newAction) {
645
public final
CharsetDecoder
replaceWith(String replacement) {
668
public final
CharsetDecoder
reset() {