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