com.alibaba.fastjson.util
Class UTF8Decoder
- java.lang.Object
-
- java.nio.charset.CharsetDecoder
-
- com.alibaba.fastjson.util.UTF8Decoder
-
Deprecated.
public class UTF8Decoder extends CharsetDecoder
-
Constructor Summary
Constructors Constructor and Description UTF8Decoder()
Deprecated.
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description static CoderResult
malformedN(ByteBuffer src, int nb)
Deprecated.Methods inherited from class java.nio.charset.CharsetDecoder
averageCharsPerByte, charset, decode, decode, detectedCharset, flush, isAutoDetecting, isCharsetDetected, malformedInputAction, maxCharsPerByte, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterAction
-
Method Detail
malformedN
public static CoderResult malformedN(ByteBuffer src, int nb)
Deprecated.
Copyright © 2012–2021 Alibaba Group. All rights reserved.