|
int | listEncodingVersions (OMEthread *thread, OMEtype &result) |
|
int | encodeData (OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &version) |
|
int | decodeData (OMEthread *thread, OMEtype &result, const OMEtype &data) |
|
int | decodeFirstElement (OMEthread *thread, OMEtype &result, const OMEtype &data) |
|
int | compressString (OMEthread *thread, OMEtype &result, const OMEtype &data) |
|
int | uncompressString (OMEthread *thread, OMEtype &result, const OMEtype &data) |
|
int | gzipString (OMEthread *thread, OMEtype &result, const OMEtype &data) |
|
int | gunzipString (OMEthread *thread, OMEtype &result, const OMEtype &data) |
|