Package | Description |
---|---|
com.alipay.api.internal.util.codec |
Modifier and Type | Method and Description |
---|---|
byte[] |
BinaryDecoder.decode(byte[] pArray)
Decodes a byte array and returns the results as a byte array.
|
Object |
Decoder.decode(Object pObject)
Decodes an "encoded" Object and returns a "decoded"
Object.
|
Object |
Base64.decode(Object pObject)
Decodes an Object using the base64 algorithm.
|
Copyright © 2018. All rights reserved.