| 程序包 | 说明 |
|---|---|
| com.firefly.utils.codec |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
BinaryDecoder.decode(byte[] source)
Decodes a byte array and returns the results as a byte array.
|
Object |
Decoder.decode(Object source)
Decodes an "encoded" Object and returns a "decoded" Object.
|
Object |
BaseNCodec.decode(Object obj)
Decodes an Object using the Base-N algorithm.
|
Copyright © 2016. All rights reserved.