Item | % of partially implemented | % of fully implemented |
---|---|---|
java.nio.charset |
||
100 | ||
CharsetDecoder(Charset, float, float) : void |
||
charset() : Charset |
||
replacement() : String |
||
replaceWith(String) : CharsetDecoder |
||
implReplaceWith(String) : void |
||
malformedInputAction() : CodingErrorAction |
||
onMalformedInput(CodingErrorAction) : CharsetDecoder |
||
implOnMalformedInput(CodingErrorAction) : void |
||
unmappableCharacterAction() : CodingErrorAction |
||
onUnmappableCharacter(CodingErrorAction) : CharsetDecoder |
||
implOnUnmappableCharacter(CodingErrorAction) : void |
||
averageCharsPerByte() : float |
||
maxCharsPerByte() : float |
||
flush(CharBuffer) : CoderResult |
||
implFlush(CharBuffer) : CoderResult |
||
reset() : CharsetDecoder |
||
implReset() : void |
||
decode(ByteBuffer) : CharBuffer |
||
isAutoDetecting() : boolean |
||
isCharsetDetected() : boolean |
||
detectedCharset() : Charset |