com.alibaba.fastjson.util
类 UTF8Decoder

java.lang.Object
  继承者 java.nio.charset.CharsetDecoder
      继承者 com.alibaba.fastjson.util.UTF8Decoder

public class UTF8Decoder
extends CharsetDecoder


构造方法摘要
UTF8Decoder()
           
 
方法摘要
static CoderResult malformedN(ByteBuffer src, int nb)
           
 
从类 java.nio.charset.CharsetDecoder 继承的方法
averageCharsPerByte, charset, decode, decode, detectedCharset, flush, isAutoDetecting, isCharsetDetected, malformedInputAction, maxCharsPerByte, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterAction
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

UTF8Decoder

public UTF8Decoder()
方法详细信息

malformedN

public static CoderResult malformedN(ByteBuffer src,
                                     int nb)


Copyright © 2012-2014 Alibaba Group. All Rights Reserved.