|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.oroad.stxx.xform.ZipEncoder
Encodes and decodes information to and from base64-encoded Strings using zip compression
| Constructor Summary | |
ZipEncoder()
|
|
| Method Summary | |
void |
decodeXMLForm(java.lang.String vs,
XMLForm xform)
Decodes XMLForm's xml and phase from a base64-encoded string |
java.lang.String |
encodeXMLForm(XMLForm form)
Encodes XMLForm's xml and phase information into a string |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ZipEncoder()
| Method Detail |
public java.lang.String encodeXMLForm(XMLForm form)
encodeXMLForm in interface Encoderform - The xmlform
public void decodeXMLForm(java.lang.String vs,
XMLForm xform)
decodeXMLForm in interface Encodervs - The base64-encoded stringxform - The form to populate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||