org.apache.tomcat.util.buf
Class Utf8Encoder
java.lang.Object
java.nio.charset.CharsetEncoder
org.apache.tomcat.util.buf.Utf8Encoder
public class Utf8Encoder
- extends CharsetEncoder
Encodes characters as bytes using UTF-8. Extracted from Apache Harmony with
some minor bug fixes applied.
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 |
Utf8Encoder
public Utf8Encoder()
encodeLoop
protected CoderResult encodeLoop(CharBuffer in,
ByteBuffer out)
- Specified by:
encodeLoop
in class CharsetEncoder
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.