| 程序包 | 说明 |
|---|---|
| com.firefly.utils.codec |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
BinaryEncoder.encode(byte[] source)
Encodes a byte array and return the encoded data as a byte array.
|
Object |
Encoder.encode(Object source)
Encodes an "Object" and returns the encoded content as an Object.
|
Object |
BaseNCodec.encode(Object obj)
Encodes an Object using the Base-N algorithm.
|
Copyright © 2016. All rights reserved.