| 程序包 | 说明 |
|---|---|
| com.alipay.api.internal.util.codec |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
BinaryEncoder.encode(byte[] pArray)
Encodes a byte array and return the encoded data as a byte array.
|
Object |
Base64.encode(Object pObject)
Encodes an Object using the base64 algorithm.
|
Object |
Encoder.encode(Object pObject)
Encodes an "Object" and returns the encoded content as an Object.
|
Copyright © 2023. All rights reserved.