Statistics
Changed
Added
Removed
Unchanged
Total
Contexts
1
0
0
24
25
Status
Changed
Class Summary
CharsetEncoder
Field Detail
Constructor Detail
CharsetEncoder(java.nio.charset.Charset, float, float)
CharsetEncoder(java.nio.charset.Charset, float, float, byte[])
Method Detail
averageBytesPerChar()
canEncode(char)
canEncode(java.lang.CharSequence)
charset()
encode(java.nio.CharBuffer)
encode(java.nio.CharBuffer, java.nio.ByteBuffer, boolean)
encodeLoop(java.nio.CharBuffer, java.nio.ByteBuffer)
flush(java.nio.ByteBuffer)
implFlush(java.nio.ByteBuffer)
implOnMalformedInput(java.nio.charset.CodingErrorAction)
implOnUnmappableCharacter(java.nio.charset.CodingErrorAction)
implReplaceWith(byte[])
implReset()
isLegalReplacement(byte[])
malformedInputAction()
maxBytesPerChar()
onMalformedInput(java.nio.charset.CodingErrorAction)
onUnmappableCharacter(java.nio.charset.CodingErrorAction)
replaceWith(byte[])
replacement()
reset()
unmappableCharacterAction()
© 2017 Oracle Corporation and/or its affiliates