程序包 | 说明 |
---|---|
com.fr.base |
包含一些跨模块的底层基础类、接口、枚举等
|
限定符和类型 | 方法和说明 |
---|---|
byte[] |
BinaryDecoder.decode(byte[] source)
Decodes a byte array and returns the results as a byte array.
|
java.lang.Object |
Decoder.decode(java.lang.Object source)
Decodes an "encoded" Object and returns a "decoded" Object.
|
java.lang.Object |
Base64EncoderDecoder.decode(java.lang.Object pObject)
Decodes an Object using the base64 algorithm.
|