public abstract class ObjectToBytesCodes<INPUT> extends Codes<INPUT,byte[]>
| 构造器和说明 |
|---|
ObjectToBytesCodes() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract INPUT |
decode(byte[] cipherObj,
Type plainType)
decode cipher object to plain object
|
abstract byte[] |
encode(INPUT plainObj)
encode plain object to cipher object
|
int |
order()
order of this codes
|
compareTo, matchDecodeType, matchEncodeObjectCopyright © 2020. All rights reserved.