Item | % of partially implemented | % of fully implemented |
---|---|---|
java.nio.charset |
||
95 | ||
CharsetEncoder(Charset, float, float, byte[]) : void |
||
CharsetEncoder(Charset, float, float) : void |
||
charset() : Charset |
||
replacement() : byte[] |
||
replaceWith(byte[]) : CharsetEncoder |
||
implReplaceWith(byte[]) : void |
||
isLegalReplacement(byte[]) : boolean |
||
malformedInputAction() : CodingErrorAction |
||
onMalformedInput(CodingErrorAction) : CharsetEncoder |
||
implOnMalformedInput(CodingErrorAction) : void |
||
unmappableCharacterAction() : CodingErrorAction |
||
onUnmappableCharacter(CodingErrorAction) : CharsetEncoder |
||
implOnUnmappableCharacter(CodingErrorAction) : void |
||
averageBytesPerChar() : float |
||
maxBytesPerChar() : float |
||
flush(ByteBuffer) : CoderResult |
||
implFlush(ByteBuffer) : CoderResult |
||
reset() : CharsetEncoder |
||
implReset() : void |
||
encode(CharBuffer) : ByteBuffer |
||
canEncode(char) : boolean |
||
canEncode(CharSequence) : boolean |