Class Utf8Encoder


  • public class Utf8Encoder
    extends java.nio.charset.CharsetEncoder
    Encodes characters as bytes using UTF-8. Extracted from Apache Harmony with some minor bug fixes applied.
    • Constructor Summary

      Constructors 
      Constructor Description
      Utf8Encoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.nio.charset.CoderResult encodeLoop​(java.nio.CharBuffer in, java.nio.ByteBuffer out)  
      • 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
    • Constructor Detail

      • Utf8Encoder

        public Utf8Encoder()
    • Method Detail

      • encodeLoop

        protected java.nio.charset.CoderResult encodeLoop​(java.nio.CharBuffer in,
                                                          java.nio.ByteBuffer out)
        Specified by:
        encodeLoop in class java.nio.charset.CharsetEncoder