跳过导航链接

程序包 com.ptteng.course.util.aliPayUtil.apacheCommonUtil.codec

Interfaces and classes used by the various implementations in the sub-packages.

请参阅: 说明

程序包com.ptteng.course.util.aliPayUtil.apacheCommonUtil.codec的说明

Interfaces and classes used by the various implementations in the sub-packages.

Definitive implementations of commonly used encoders and decoders.

Codec is currently comprised of a modest set of utilities and a simple framework for String encoding and decoding in three categories: Binary Encoders, Language Encoders, and Network Encoders.

Binary Encoders

com.ptteng.mall.order.util.apacheCommonUtil.codec.binary.Base64 Provides Base64 content-transfer-encoding as defined in RFC 2045 Production
com.ptteng.mall.order.util.apacheCommonUtil.codec.binary.Hex Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order Production

Language Encoders

Codec contains a number of commonly used language and phonetic encoders

com.ptteng.mall.order.util.apacheCommonUtil.codec.language.Soundex Implementation of the Soundex algorithm. Production
com.ptteng.mall.order.util.apacheCommonUtil.codec.language.Metaphone Implementation of the Metaphone algorithm. Production

Network Encoders

Codec contains network related encoders

com.ptteng.mall.order.util.apacheCommonUtil.codec.net.URLCodec Implements the 'www-form-urlencoded' encoding scheme. Production

跳过导航链接

Copyright © 2017. All rights reserved.