|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataFormatException | |
com.genesyslab.platform.commons.collections | Contains classes that allow you to use Genesys Key-Value collections in your applications. |
Uses of DataFormatException in com.genesyslab.platform.commons.collections |
Methods in com.genesyslab.platform.commons.collections that throw DataFormatException | |
static KeyValueCollection |
TKVXmlSerializer.deserialize(org.w3c.dom.Document listDocument)
|
static KeyValueCollection |
TKVXmlSerializer.deserialize(org.w3c.dom.Element listElement)
|
static KeyValueCollection |
TKVSerializer.deserialize(java.io.InputStream in)
Reads packed TKV list from OutputStream and unpacks it. |
static KeyValueCollection |
TKVSerializer.deserialize(java.io.InputStream in,
java.lang.String encoding,
boolean readLen)
Reads packed TKV list from OutputStream and unpacks it. |
static KeyValueCollection |
TKVSerializer.deserialize(byte[] bytes)
Unpacks TKV list from byte array. |
static KeyValueCollection |
TKVSerializer.deserialize(byte[] bytes,
boolean getLen)
Unpacks TKV list from byte array. |
static KeyValueCollection |
TKVSerializer.deserialize(byte[] bytes,
java.lang.String encoding)
Unpacks TKV list from byte array. |
static KeyValueCollection |
TKVSerializer.deserialize(byte[] bytes,
java.lang.String encoding,
boolean getLen)
Unpacks TKV list from byte array. |
static KeyValueCollection |
TKVSerializer.deserialize(byte[] bytes,
java.lang.String encoding,
int offset,
int length,
boolean readLen)
Unpacks TKV list from byte array. |
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |