|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IObjectTransform
Transform a binary
Method Summary | |
---|---|
void |
init(java.lang.String strBase)
Init the instance with params based on prefix strBase |
byte[] |
transformToBinary(java.lang.Object o)
Transform the object into bytes array |
java.lang.Object |
transformToObject(byte[] b)
Transform the bytes array into object |
Method Detail |
---|
void init(java.lang.String strBase)
strBase
strBase
- The prefix of params to searchbyte[] transformToBinary(java.lang.Object o)
o
- the object to transform
java.lang.Object transformToObject(byte[] b)
b
- the bytes array to transform into object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |