de.schlichtherle.nio.charset
Class OctetCharset.Encoder
java.lang.Object
java.nio.charset.CharsetEncoder
de.schlichtherle.nio.charset.OctetCharset.Encoder
- Enclosing class:
- OctetCharset
protected class OctetCharset.Encoder
- extends CharsetEncoder
Methods inherited from class java.nio.charset.CharsetEncoder |
averageBytesPerChar, canEncode, canEncode, charset, encode, encode, flush, implFlush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, implReset, isLegalReplacement, malformedInputAction, maxBytesPerChar, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterAction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OctetCharset.Encoder
protected OctetCharset.Encoder()
encodeLoop
protected CoderResult encodeLoop(CharBuffer in,
ByteBuffer out)
- Specified by:
encodeLoop
in class CharsetEncoder